Re: [Passwordsafe-devel] Code docu, parameter validation, CMyString
Popular easy-to-use and secure password manager
Brought to you by:
ronys
From: Steffen R. <ste...@st...> - 2007-03-30 17:48:52
|
Hi, Rony Shapiro wrote: > - Doxygen is cool, and adding comments so that they can be parsed by it > would be great. If you (or anyone) cares to write a "template" .h and .cpp > file showing how to do this, that would help a lot. I have just commited a doxygen config file and such a template .h and .cpp file. I've also set an svn:ignore property, so that all generated documentation HTMl files aren't listed as unversioned by Subversion. All you have to do is downloading doxygen from www.doxygen.org and point it to Doxyfile. Be sure that your working directory is the project directory, otherwise it won't put the HTML where you expect it :-) In the files DoxyTempl.{h,cpp} is a small intro to writing documentation for and with doxygen. Please let me know if you have any questions Cheers, Steffen |