[Epydoc-devel] __init__ params for extension type?
Brought to you by:
edloper
From: Barry W. <ba...@py...> - 2006-07-12 15:58:42
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 FTR: still currently using epydoc 2.1 Where would I document the parameters for extension types? I thought I could add @param and @type fields to the docstring for the tp_doc slot, but when I generate the documentation I just get warnings like: In foo.Bar docstring: - Warning: Invalid context for field tag 'param' In the generated documentation for the class's __init__() you see: x.__init__(...) initializes x; see x.__class__.__doc__ for signature but there appears to be no way to document that signature. Or have I just screwed up somewhere? ;) Thanks, - -Barry -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) iQCVAwUBRLUcL3EjvBPtnXfVAQLDYwP/T2znjaNLKAeN+uG4nQWZ5S9JZ3iAnjmo RoB1RuuzdcgZJF4qIcSxNDwDCT1izsA1ml2YLByxEO+OREbNZ8SqJhXEbUPJ5P3u 2gbIUrii+sFcd+4DnoB4hi62tskDNvmAd47HwauzuNKuWHyRKxIW7ZzsR5Nezzq5 G4SKyq48F3g= =sRlD -----END PGP SIGNATURE----- |