summaryrefslogtreecommitdiff
path: root/devel/happydoc/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/happydoc/pkg-descr')
-rw-r--r--devel/happydoc/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/happydoc/pkg-descr b/devel/happydoc/pkg-descr
new file mode 100644
index 000000000000..a0b41c41def2
--- /dev/null
+++ b/devel/happydoc/pkg-descr
@@ -0,0 +1,11 @@
+HappyDoc is a tool for extracting documentation from Python source code.
+It differs from other such applications by the fact that it uses the
+parse tree for a module to derive the information used in its output,
+rather that importing the module directly. This allows the user to
+generate documentation for modules which need special context to be
+imported.
+
+WWW: http://happydoc.sourceforge.net/
+
+-- Ying-Chieh Liao
+ ijliao@FreeBSD.org