diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-01-16 19:20:21 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-01-16 19:20:21 (GMT) |
commit | 8dab665567c9dffaa3f5fea198fc2110d536594d (patch) | |
tree | 78bac4e928b25e139605aceefa82537f378d8af0 /examples | |
parent | d3461a1c31f008345d784dc3e819047bc5265c30 (diff) | |
download | Doxygen-8dab665567c9dffaa3f5fea198fc2110d536594d.zip Doxygen-8dab665567c9dffaa3f5fea198fc2110d536594d.tar.gz Doxygen-8dab665567c9dffaa3f5fea198fc2110d536594d.tar.bz2 |
Release-1.5.4
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. |