Commenting and documenting your code
Thursday, 02 November 2006 21:13
DoxygenDoxyComment - 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
Versioning
Version numbers should be boring | David GoldenSimple version numbers
Semantic Versioning 2.0.0 - MAJOR.MINOR.PATCH
SemVer - Use semantic version numbers - metacpan.org
< Prev Next >
Last Updated on Friday, 25 April 2014 19:43