aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorewan@linford.intra <ewan@linford.intra>2005-09-13 14:42:21 +0100
committerewan@linford.intra <ewan@linford.intra>2005-09-13 14:42:21 +0100
commitf909827ad1edc118c3ffcca8f5532369b7b14282 (patch)
treebfb4460bd7d3d56b9dc15eaa96716e287c121253 /docs/Doxyfile
parent7073778b3832435250f5977796d2e4a6a2e2d6b5 (diff)
downloadxen-f909827ad1edc118c3ffcca8f5532369b7b14282.tar.gz
xen-f909827ad1edc118c3ffcca8f5532369b7b14282.tar.bz2
xen-f909827ad1edc118c3ffcca8f5532369b7b14282.zip
Pass the root directory to Doxyfilter and thence pythfilter.py so that the latter can get the namespace/packages correct.
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 8048a38077..21b06aa07f 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -519,7 +519,7 @@ IMAGE_PATH =
# to standard output. If FILTER_PATTERNS is specified, this tag will be
# ignored.
-INPUT_FILTER = "sh ./Doxyfilter"
+INPUT_FILTER = "sh ./Doxyfilter ../tools/python"
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
# basis. Doxygen will compare the file name with each pattern and apply the