Am Donnerstag, 14. September 2006 20:32 schrieb Paul A. Rubin: > [EMAIL PROTECTED] wrote: > > > > And any ideas on how to keep this information up-to-date in the future?
The only chance for that to happen is if the documentation is in the source. Please add the docuemntation as doxygen comments to src/lfuns.h. If it is not enough to have a link from the wiki to that file in trac then I am sure you could write some fancy extractor that gets this info from trac. > > (One way is to insert a descriptive text inside a comment directly in for > > instance LyXAction.C) > > Javadoc is an incredibly easy to use tool for documenting Java source > code. Near the bottom of http://java.sun.com/j2se/javadoc/faq/ (look > for "Third Party Tools"), there's a list of similar tools for C/C++ and > VBasic. At least a couple of them (such as Doxygen) are GPLed. I don't > have any personal experience with them. And the good news is that we are already using doxygen. Georg