Re: [Epydoc-devel] How to document properties?
Brought to you by:
edloper
From: Hans M. <me...@in...> - 2007-05-16 12:11:25
|
Am Mittwoch, 16. Mai 2007 13:57:11 schrieb Daniele Varrazzo: > You may group such constants using group markers. See > http://epydoc.sourceforge.net/epydoc.html#grouping-and-sorting: > > #{ polygon types > ptPolyline = 1 > ptBox = 2 > ptPolygon = 3 > ptArcBox = 4 > ptPictureBBox = 5 Thanks a lot, Daniele! BTW: The link helped me a lot, too! Believe it or not, but I did not yet find http://epydoc.sourceforge.net/epydoc.html, since I was reading "Epydoc Manual" as a caption in the style of "Related Information", and I was only looking at the "smaller" http://epydoc.sourceforge.net/manual-###.html links below. ;-/ > There is no such thing as an enum in Python, neither there are constants. > Be explicit with how variables are expected to be used: call your groups > "polygon types constants", for example. Good idea, thanks. -- Ciao, / / /--/ / / ANS |