[Epydoc-devel] module level variables (constants) missing
Brought to you by:
edloper
From: Silverstein <he...@sc...> - 2008-01-22 00:27:00
|
Using Epydoc version 2.1 on Linux the html that is generated does not include the module-level variables. For example, we want to include some constants for people to use. So we have something like the following at the top of the module: # Constants for select actions ADD, REPLACE, INVERT, ALL, NONE = range(5) I do not see a way to get these to show up in the documentation. Is there some way to do this? If not, should I file an enhancement request? Herc |