Commenting and documenting your code |
| Thursday, 02 November 2006 21:13 | |||
|
Doxygen DoxyComment - C/C++ documentation tools phpDocumentor #!/bin/bash CVSROOT=/your/repo/root export CVSROOT cd /server/working/copy/ cvs update -Rd > /dev/null 2>&1 cd /server/working/copy/doc /usr/bin/doxygen Doxyfile > /dev/null 2>&1
|
|||
| Last Updated on Tuesday, 28 November 2006 09:40 |

