1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/epydoc/pkg-descr
Erwin Lansing 5b15e3ea53 Somehow, pkg-descr from another port was added. Replace with a
description that describes the actual port.

PR:		65157
Submitted by:	Marco Ferreira <seth@netc.pt>
2004-04-04 10:58:47 +00:00

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