Hi! > > I am stuck with the daunting task of creating user documentation for > several > > applications. Wondering if anyone has seen addins, scripts, or > utilities > > which might help in generating any type of documentation from > Codewarrior > > based C/C++ projects. >
Personally, I am using Doxygen. It is a greatly enhanced successor of Doc++. You can find it at http://www.stack.nl/~dimitri/doxygen/ It can automatically generate fully cross-referenced API documentation, and also class diagrams. It does so in HTML, RTF, PS, PDF, LaTex. Cheers, Tilo -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
