summaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-03-14 16:24:40 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-03-14 16:24:40 +0000
commit85b76746141d2c319b348bf4ada655868d963d80 (patch)
treea107f1acd2cef3e12813ef0fa26573e7021fb97e /devel/Makefile
parentsupport PREFIX properly. (diff)
- 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
Notes
Notes: svn path=/head/; revision=39837
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f57ab7f7808f..da36447461f6 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