summaryrefslogtreecommitdiff
path: root/devel/ccdoc (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-11-13Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson1-1/+1
Notes: svn path=/head/; revision=93890
2003-10-13Reset bouncing maintainer addressKris Kennaway1-1/+1
Notes: svn path=/head/; revision=91019
2003-09-24Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin1-1/+1
Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
2003-02-21De-pkg-comment.Akinori MUSHA2-1/+1
Notes: svn path=/head/; revision=76032
2002-06-02Fix typo: USE_PERL -> USE_PERL5Pete Fritchman1-1/+1
Notes: svn path=/head/; revision=60483
2001-03-14- port converted in new layoutDirk Meyer9-0/+240
- textproc added in category (like astyle) Ccdoc is a tool for extracting comments from C++ source code and presenting it in HTML format, very similar to Java's JavaDoc tool. The tagging used in ccdoc is very similar to that of Javadoc, with adaptations for the C++ specifics, of course. Ccdoc supports extracting comments from both header and implementation files. In contrast to most other C++ doc'ing applications, ccdoc analyses the code before it has been run through the pre-processor, so things such as macros can actually be included in the documentation. It's usage is not quite as straight forward as JavaDoc's, but considering the quality of the output, it is well worth the effort. WWW: http://www.joelinoff.com/ccdoc/ PR: 22794 Submitted by: lonewolf@flame.org Notes: svn path=/head/; revision=39837