diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-03-14 16:24:40 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-03-14 16:24:40 +0000 |
commit | 40867cc589c7c11998b41b5d1d67e98c7dd5db87 (patch) | |
tree | 20166a43d911f2f0e3b1f30b92b6def6b9baee28 /devel/Makefile | |
parent | c2e5955a99b8700cb5ecebde46e64668adb6eb89 (diff) | |
download | FreeBSD-ports-40867cc589c7c11998b41b5d1d67e98c7dd5db87.zip FreeBSD-ports-40867cc589c7c11998b41b5d1d67e98c7dd5db87.tar.gz |
- 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
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f57ab7f..da36447 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -44,6 +44,7 @@ SUBDIR += cbrowser SUBDIR += cc65 SUBDIR += cccc + SUBDIR += ccdoc SUBDIR += cdecl SUBDIR += cdk SUBDIR += cervisia |