|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 3 of 8 DOCDAY] docs: python: strip build directory pr
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1319620142 -3600
# Node ID b3b97bccd08184aebd6f702d4621cdd2d9931a13
# Parent ab89948ae057ec2d2dd56c52158924d142a4af5c
docs: python: strip build directory prefix from python modules
Stuff like /local/scratch/ianc/xen-unstable.hg/tools/python/xen/lowlevel was
ending up in the output, this makes it appear as just "xen/lowlevel/..."
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
diff --git a/docs/python.Doxyfile b/docs/python.Doxyfile
--- a/docs/python.Doxyfile
+++ b/docs/python.Doxyfile
@@ -115,7 +115,7 @@ FULL_PATH_NAMES = YES
# If left blank the directory from which doxygen is run is used as the
# path to strip.
-STRIP_FROM_PATH =
+STRIP_FROM_PATH = ../tools/python/
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
# the path mentioned in the documentation of a class, which tells
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|