Menu

#82 Also document functions defined inside functions

open
nobody
None
5
2008-05-05
2008-05-05
No

Hi,

it would be nice, if epydoc would also document functions defined inside functions like the following:

def parent_funct():
"""The main function."""

def sub_funct():
"""A subfunction which only gets created and called when the parent_funct gets called."""

sub_funct()

I tried doing that to write my documentation on a project, but epydoc 3.0.1 didn't document the subfunction.

Best wishes, and many thanks for creating epydoc. It's great!
- Arne Babenhauserheide

Discussion


Log in to post a comment.