aboutsummaryrefslogtreecommitdiffstats
path: root/devel/epydoc
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2004-04-04 18:58:47 +0800
committererwin <erwin@FreeBSD.org>2004-04-04 18:58:47 +0800
commit02972de14d082d421b41c89fb7cc69588035acf4 (patch)
tree1326c2aad5aff0370ed0d716303e74fa695f1a3d /devel/epydoc
parent895a7875b3094c13aa12d4473298eabef9d2b352 (diff)
downloadfreebsd-ports-gnome-02972de14d082d421b41c89fb7cc69588035acf4.tar.gz
freebsd-ports-gnome-02972de14d082d421b41c89fb7cc69588035acf4.tar.zst
freebsd-ports-gnome-02972de14d082d421b41c89fb7cc69588035acf4.zip
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>
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