freebsd-ports/devel/ccdoc/files/patch-ac
Dirk Meyer 85b7674614 - 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
2001-03-14 16:24:40 +00:00

20 lines
937 B
Text

--- doc/main.html Tue Jun 15 19:12:06 1999
+++ doc/main.html.patched Fri Oct 6 16:05:53 2000
@@ -407,7 +407,7 @@
</tr>
<tr>
<td height="42">&nbsp;<a
- href="ccdoc_v07a_bin_taz.exe">ccdoc_v07a bin_taz.exe</a></td>
+ href="http://www.joelinoff.com/ccdoc/ccdoc_v07a_bin_taz.exe">ccdoc_v07a bin_taz.exe</a></td>
<td width="56%" height="42">The binary distribution
for Solaris 5.6, HP UX 10, and Windows 95/98/NT. It
is about 530K.</td>
@@ -415,7 +415,7 @@
</tr>
<tr>
<td height="23">&nbsp;<a
- href="ccdoc_v07a_src_taz.exe">ccdoc_v07a src_taz.exe</a></td>
+ href="http://www.joelinoff.com/ccdoc/ccdoc_v07a_src_taz.exe">ccdoc_v07a src_taz.exe</a></td>
<td width="56%" height="23">The source code
distribution along with the binaries. It is about
834K.</td>