Hello, Is there a way to document class members in Epydoc?
Something like:
class Point:
def __init__(self, x, y):
'''Create new point
@param x: X coord
@param y: Y coord
'''
self.x = x # How do I document here?
self.y = y # How do I document here?
Thanks.
--
------------------------------------------------------------------------
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpGuCWkXyWxK.pgp
Description: PGP signature
-- http://mail.python.org/mailman/listinfo/python-list
