aboutsummaryrefslogtreecommitdiffstats
path: root/devel/happydoc/pkg-descr
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-01-21 23:45:46 +0800
committerijliao <ijliao@FreeBSD.org>2001-01-21 23:45:46 +0800
commit04cf3002164246f9146da15f01d0d70459d28981 (patch)
treeb63ba9ded3fe1158c24ce940989083f33ae3ab23 /devel/happydoc/pkg-descr
parentc4cb361b58cc63e0115b8bb075f0c7fbf059022f (diff)
downloadfreebsd-ports-gnome-04cf3002164246f9146da15f01d0d70459d28981.tar.gz
freebsd-ports-gnome-04cf3002164246f9146da15f01d0d70459d28981.tar.zst
freebsd-ports-gnome-04cf3002164246f9146da15f01d0d70459d28981.zip
add happydoc, a python documenting tool
PR: 23938 Approved by: clive (my mentor)
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