summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2008-01-16 19:20:21 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2008-01-16 19:20:21 (GMT)
commitfc90c25edfba404f54319eaeeacca39246f95c9e (patch)
tree78bac4e928b25e139605aceefa82537f378d8af0 /examples
parentf57b7d974fec18d1d8f325c102efd8be5930131d (diff)
downloadDoxygen-fc90c25edfba404f54319eaeeacca39246f95c9e.zip
Doxygen-fc90c25edfba404f54319eaeeacca39246f95c9e.tar.gz
Doxygen-fc90c25edfba404f54319eaeeacca39246f95c9e.tar.bz2
Release-1.5.4
Diffstat (limited to 'examples')
-rw-r--r--examples/docstring.cfg1
-rw-r--r--examples/docstring.py3
-rw-r--r--examples/pyexample.py3
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.