|
From: | Jim Busser |
Subject: | Re: [Gnumed-devel] Epydoc |
Date: | Tue, 22 Jun 2004 20:26:42 -0700 |
those imported files with an "undefined" _() still work IF
imported by something that already imported gmI18N before
them. However, if run standalone they break down (which is
what EpyDoc doesn't like).
---> "... import gmI18N" in those files ?
On Sunday 20 June 2004 09:41, Sebastian Hilbert wrote:
BTW. I noticed that a lot of functions don't get picked up by epydoc. ISeems like epydoc just list non-private methods (i.e. those which do not
would assume this is due to the coding style. Could someone please
take a look and tell me what exactly needs to be done for
epydoc to pick up and document the functions.
Often epydoc documents just the classes and variables.
start with __method_name) - this makes a lot of sense, since this is an API
documentation.
If you want some descriptive text, use docstrings ("""asd""") below the
method name.
[Prev in Thread] | Current Thread | [Next in Thread] |