> I don't have any experience with > * doxygen doxygen is a program for making documentation from particular comments in the source code. you don't need any specific experience, just looking into the few already documented lfuns will give you an idea how to proceed.
> * trunk trunk is not a program, but the name for the current branch in development, currently 1.6. >> some notes: >> - its better to put the documentation in the smaller chunks (firstly to >> avoid >> merge conflicts; secondly, its better for others to review). > Clearly, > what chunks are you speaking about? i just meant, that it may be better to document it in an incremental way, say 10 lfuns or so, these put into trunk and then again... > Did you define a structure (in doxygen?) for this documentation? yes, you can find it in file src/lfuns.h (for quick view look on http://www.lyx.org/trac/browser/lyx-devel/trunk/src/lfuns.h ) for the work you will need local copy of lyx source tree - it maybe helpful if you read http://www.lyx.org/devel/cvs.php . are running on windows, linux or mac ? feel free to ask any further questions :) pavel