mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
23fe556589
PR: 23938 Approved by: clive (my mentor)
12 lines
438 B
Plaintext
12 lines
438 B
Plaintext
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
|