aboutsummaryrefslogtreecommitdiff
path: root/devel/c2man/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-14 14:04:09 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-14 14:04:09 +0000
commit51464b8c30e973d4f403083309049b279cfc3bdb (patch)
treef89eb77e8d2c8c05c2366a74ad7d4e848cf9a3dd /devel/c2man/pkg-descr
parentd1f1a20d0d92ebfbe34f07fdd1b00da757d2613c (diff)
downloadports-51464b8c30e973d4f403083309049b279cfc3bdb.tar.gz
ports-51464b8c30e973d4f403083309049b279cfc3bdb.zip
Notes
Diffstat (limited to 'devel/c2man/pkg-descr')
-rw-r--r--devel/c2man/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/c2man/pkg-descr b/devel/c2man/pkg-descr
new file mode 100644
index 000000000000..012a2ea923b8
--- /dev/null
+++ b/devel/c2man/pkg-descr
@@ -0,0 +1,9 @@
+c2man is an automatic documentation tool that extracts comments
+from C source code to generate functional interface
+documentation in the same format as sections 2 & 3 of the Unix
+Programmer's Manual. It requires minimal effort from the
+programmer by looking for comments in the usual places near the
+objects they document, rather than imposing a rigid
+function-comment syntax or requiring that the programmer learn
+and use a typesetting language. Acceptable documentation can
+often be generated from existing code with no modifications.