diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/docstring.cfg | 1 | ||||
-rw-r--r-- | examples/docstring.py | 3 | ||||
-rw-r--r-- | examples/pyexample.py | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/examples/docstring.cfg b/examples/docstring.cfg index d185998..7493f83 100644 --- a/examples/docstring.cfg +++ b/examples/docstring.cfg @@ -1,5 +1,6 @@ PROJECT_NAME = "Python" OUTPUT_DIRECTORY = docstring +EXTRACT_ALL = YES GENERATE_LATEX = NO GENERATE_MAN = NO GENERATE_RTF = NO diff --git a/examples/docstring.py b/examples/docstring.py index ab185b6..07b13e0 100644 --- a/examples/docstring.py +++ b/examples/docstring.py @@ -1,4 +1,5 @@ -"""Documentation for this module. +"""@package docstring +Documentation for this module. More details. """ diff --git a/examples/pyexample.py b/examples/pyexample.py index de04c28..666c25b 100644 --- a/examples/pyexample.py +++ b/examples/pyexample.py @@ -1,4 +1,5 @@ -## Documentation for this module. +## @package pyexample +# Documentation for this module. # # More details. |