doxygen

Jan Danielsson jan.m.danielsson at gmail.com
Sun Mar 4 13:15:30 EST 2007


Hello all,

   I guess I should really be asking in some doxygen mailing list, but
since I believe that I found doxygen through this group, I assume that
there are some people here who can answer.

   When I run doxygen on my python files, it does document classes, but
not "standalone" functions. I.e.:

-----------------------
## Foobar class
#
# This is a test class!
class Foobar:

   ## Init
   #
   # This is the init function.
   def __init__(self):
      pass
-----------------------

   ... is included, but:

-----------------------
## Test
#
# This is a test function
def TestFunction(foo=None):
   pass
-----------------------

   ..is not.

   Is this by design? Is it possible to get doxygen to include
standalone functions?


-- 
Kind regards,
Jan Danielsson



More information about the Python-list mailing list