diff options
author | wulf <wulf@pkgsrc.org> | 2000-01-16 14:00:23 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2000-01-16 14:00:23 +0000 |
commit | ed93c38a60d2cb8ad9fbff2673f143199a202617 (patch) | |
tree | e492237124014fda2ca5e5db4346c5533280bae5 /textproc/kdoc/pkg | |
parent | 76826753321248b8284a25a4cb1ff9a5c4a88c60 (diff) | |
download | pkgsrc-ed93c38a60d2cb8ad9fbff2673f143199a202617.tar.gz |
Initial import of kdoc, a C++ and IDL Class Documentation Tool.
Diffstat (limited to 'textproc/kdoc/pkg')
-rw-r--r-- | textproc/kdoc/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/kdoc/pkg/DESCR | 12 | ||||
-rw-r--r-- | textproc/kdoc/pkg/PLIST | 22 |
3 files changed, 35 insertions, 0 deletions
diff --git a/textproc/kdoc/pkg/COMMENT b/textproc/kdoc/pkg/COMMENT new file mode 100644 index 00000000000..e0d125bee08 --- /dev/null +++ b/textproc/kdoc/pkg/COMMENT @@ -0,0 +1 @@ +KDOC is a C++ and IDL Class Documentation Tool. diff --git a/textproc/kdoc/pkg/DESCR b/textproc/kdoc/pkg/DESCR new file mode 100644 index 00000000000..695f27ecf72 --- /dev/null +++ b/textproc/kdoc/pkg/DESCR @@ -0,0 +1,12 @@ +What is KDOC? + +KDOC is a C++ and IDL interface documentation tool, initially written +for the specific purpose of generating documentation for the KDE libraries. + +KDOC extracts specially formatted documentation and information about +your classes from the class' header or IDL files, and generates +cross-referenced HTML, LaTeX or Man pages from it. + +KDOC allows groups of classes to be formed into "libraries" and +documentation from separate libraries can be very easily +cross-referenced. diff --git a/textproc/kdoc/pkg/PLIST b/textproc/kdoc/pkg/PLIST new file mode 100644 index 00000000000..2b521537f53 --- /dev/null +++ b/textproc/kdoc/pkg/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/16 14:00:24 wulf Exp $ + +bin/kdoc +bin/qt2kdoc +bin/makekdedoc +man/man1/kdoc.1 +man/man1/qt2kdoc.1 +man/man1/makekdedoc.1 +share/kdoc/kdocUtil.pm +share/kdoc/kdocAstUtil.pm +share/kdoc/kdocParseDoc.pm +share/kdoc/kdocCxxHTML.pm +share/kdoc/kdocLib.pm +share/kdoc/Ast.pm +share/kdoc/kdocIDLhtml.pm +share/kdoc/kdocHTMLutil.pm +share/kdoc/kdoctexi.pm +share/kdoc/kdocCxxLaTeX.pm +share/kdoc/kdocDocHelper.pm +share/kdoc/kdocCxxDocbook.pm +share/kdoc/Iter.pm +@dirrm share/kdoc |