David Megginson writes: > > Norman Vine writes: > > > > I think that's a great idea, as long as we recognize that it will be > > > perpetually a work in progress. > > > > In what way is this any different then the 'C' code ?? > > Not much, but you'll notice how few of the C++ interfaces are > documented. > > Stuff like JavaDoc/doc++/doxygen is better than nothing, but it's not > much help for people learning a new interface (as opposed to checking > back for reference). For that, there's no shortcut.
Right ! You need to trace the source and for this there is no substitute for an editor that has a 'ctags' equivalant builtin with 'jump to declaration' and 'jump to definition' functions http://ctags.sourceforge.net/ extending this concept to the 'properties' is all I am wishing for Cheers Norman _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
