mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
5b15e3ea53
description that describes the actual port. PR: 65157 Submitted by: Marco Ferreira <seth@netc.pt>
9 lines
468 B
Plaintext
9 lines
468 B
Plaintext
Epydoc is a tool for generating API documentation for Python modules, based on
|
|
their docstrings. For an example of epydoc's output, see the API documentation
|
|
for epydoc itself. A lightweight markup language called epytext can be used to
|
|
format docstrings, and to add information about specific fields, such as
|
|
parameters and instance variables. Epydoc also understands docstrings written in
|
|
ReStructuredText, Javadoc and plaintext.
|
|
|
|
WWW: http://epydoc.sourceforge.net
|