diff options
author | erwin <erwin@FreeBSD.org> | 2004-04-04 18:58:47 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-04-04 18:58:47 +0800 |
commit | 02972de14d082d421b41c89fb7cc69588035acf4 (patch) | |
tree | 1326c2aad5aff0370ed0d716303e74fa695f1a3d /devel/epydoc | |
parent | 895a7875b3094c13aa12d4473298eabef9d2b352 (diff) | |
download | freebsd-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-descr | 17 |
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 |