Method Summary |
|
__init__(self,
obj,
verbosity) Create the documentation for the given object. |
list of Element
|
authors(self) Return a list of the authors of the object documented by this ObjDoc . |
Element
|
descr(self) Return a description of the object documented by this ObjDoc . |
boolean
|
documented(self) Return true if the object documented by this ObjDoc has a docstring. |
list of Element
|
seealsos(self) Return a list of objects related to the object documented by this ObjDoc . |
list of string
|
sortorder(self) Return the object's __epydoc_sort__ list. |
UID
|
uid(self) Return the UID of the object documented by this ObjDoc . |
Element
|
version(self) Return the version of the object documented by this ObjDoc . |