FreeBSD devel : ccdoc4>
Extracting comments from C++ source and generating HTML
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.
http://ccdoc.sourceforge.net/
|
ccdoc history
v. 1.11
date: 2006/05/04 21:40:26; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with D
v. 1.10
date: 2005/02/16 15:12:38; author: vs; state: Exp; lines: +3 -3
Update to 0.8r41
PR: ports/77597
Submitted by: Simon Barner
v. 1.9
date: 2004/06/12 20:03:07; author: arved; state: Exp; lines: +1 -0
Fix build with gcc34
v. 1.8
date: 2004/02/17 18:29:59; author: glewis; state: Exp; lines: +28 -31
. Update to 0.8r40 (which will hopefully unbreak 5.x).
v. 1.7
date: 2003/12/08 06:40:45; author: linimon; state: Exp; lines: +7 -1
Mark as broken on 5.x (stricter gcc3.3 string continuation handling).
v. 1.6
date: 2003/11/13 14:44:59; author: trevor; state: Exp; lines: +1 -1
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
v. 1.5
date: 2003/10/13 10:33:55; author: kris; state: Exp; lines: +1 -1
Reset bouncing maintainer address
v. 1.4
date: 2003/09/24 09:36:58; author: osa; state: Exp; lines: +1 -1
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.3
date: 2003/02/21 11:22:27; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.2
date: 2002/06/02 19:22:14; author: petef; state: Exp; lines: +2 -2
Fix typo: USE_PERL -> USE_PERL5
v. 1.1
date: 2001/03/14 16:24:36; author: dinoex; state: Exp;
- port converted in new layout
- 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
=============================================================================
|