Re: Documenting data members

2005-01-08 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, Frans Englich wrote: > I have a custom module which among others contains a dictionary, acting as a > "constant". I want to document it, but no matter what I do, it doesn't show > up in `pydoc`. For example, the following doesn't work: I'm using epydoc_ for my documentat

Documenting data members

2005-01-08 Thread Frans Englich
Hello, I have a custom module which among others contains a dictionary, acting as a "constant". I want to document it, but no matter what I do, it doesn't show up in `pydoc`. For example, the following doesn't work: """ A dictionary of the namespaces. """ xmlns = { ... } or xmlns = { """ A d