summaryrefslogtreecommitdiff
path: root/devel/epydoc
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-04-04 10:58:47 +0000
committerErwin Lansing <erwin@FreeBSD.org>2004-04-04 10:58:47 +0000
commit5b15e3ea53aa62630ca85a5c8928b63981e947cd (patch)
treef148120e0fdb4f49fe38f369bd626a403ab2c040 /devel/epydoc
parentBROKEN: Patch fails (diff)
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>
Notes
Notes: svn path=/head/; revision=106104
Diffstat (limited to 'devel/epydoc')
-rw-r--r--devel/epydoc/pkg-descr17
1 files changed, 7 insertions, 10 deletions
diff --git a/devel/epydoc/pkg-descr b/devel/epydoc/pkg-descr
index 8cef3d3e307a..6c4743ce2cb1 100644
--- a/devel/epydoc/pkg-descr
+++ b/devel/epydoc/pkg-descr
@@ -1,11 +1,8 @@
-Elib, the GNU Emacs Lisp Library, is a collection of useful routines
-for Emacs lisp programs which don't have to be reinvented each time
-a new program is written.
+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.
-Elib provides features of:
- - container data structures (queues, stacks, AVL trees, etc)
- - string handling functions missing in standard Emacs
- - minibuffer handling functions missing in standard Emacs
- - routines for handling lists of so-called cookies in a buffer.
-
-WWW: http://www.gnu.org/software/elib/elib.html
+WWW: http://epydoc.sourceforge.net