Re: [Epydoc-devel] documentation for a c extension
Brought to you by:
edloper
From: Paul P. <pog...@gm...> - 2007-04-04 19:39:14
|
Edward Loper wrote: > Paul Pogonyshev wrote: > > I cannot find how to specify arguments a C extension function takes. > > I can describe arguments with "@oaram name: ..." but function still > > "accepts" ... in the docs. > > You should write a signature as the first line of the docstring, like > Python's own builtins do. That works, thanks. Can it be found in Epydoc documentation somewhere? Paul |