var s = "private static readonly Dictionary<string, string> SuppressedSwitches = new Dictionary<string, string> {<br/>";
$.each($('ul.index-op li a code'), function() { s = s + '{\"' + this.innerHTML + '\", \"(no description)\"}<br/>'; });
document.write(s);

It's a start (requires jQuery) :D.  Maybe one could follow the href and grab the first sentence to put into description...

/rafael

On 6/9/2011 8:44 AM, Garrett Serack wrote:

I just took a look at the GCC command line list. (http://gcc.gnu.org/onlinedocs/gcc/Option-Index.html)

 

There are 1,993 different command lines… And while yes, a heck of a lot are warning flags, they still have to all categorized so that I can parse out the command line correctly. And then we have to reconcile options against the ones that VC has, and create more fields for the rest.

 

Hmm. This list (http://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html#Option-Summary) may help a lot when it comes to categorizing options we don’t have to worry about.

 

Still, there is one hell of a lot of options  that have to be handled.

 

Is there anyone who could help me with this? It’s a rather hefty task, and I’m never gonna get this done anytime soon if I don’t get some serious help on this.

 

G

 

Description: Description:
                                Description: fearthecowboy

Garrett Serack | Microsoft Open Source Software Developer | Microsoft Corporation
Office
:(425)706-7939                                       email/messenger:
garre...@microsoft.com
blog:
http://fearthecowboy.com                                      twitter: @fearthecowboy

I don't make the software you use; I make the software you use better on Windows.

 

 



_______________________________________________
Mailing list: https://launchpad.net/~coapp-developers
Post to     : coapp-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~coapp-developers
More help   : https://help.launchpad.net/ListHelp

_______________________________________________
Mailing list: https://launchpad.net/~coapp-developers
Post to     : coapp-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~coapp-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to