[Pvfs2-cvs] commit by kunkel in pvfs2/doc/doxygen:
pvfs2-doxygen.conf.in
CVS commit program
cvs at parl.clemson.edu
Sat Feb 17 06:17:33 EST 2007
Update of /projects/cvsroot/pvfs2/doc/doxygen
In directory parlweb1:/tmp/cvs-serv2872/doc/doxygen
Modified Files:
Tag: kunkel-migration-branch
pvfs2-doxygen.conf.in
Log Message:
Update migration branch to current CVS version
Index: pvfs2-doxygen.conf.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/doc/doxygen/pvfs2-doxygen.conf.in,v
diff -p -u -r1.1 -r1.1.26.1
--- pvfs2-doxygen.conf.in 20 Dec 2005 00:04:58 -0000 1.1
+++ pvfs2-doxygen.conf.in 17 Feb 2007 11:17:33 -0000 1.1.26.1
@@ -17,7 +17,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = PVFS2
+PROJECT_NAME = PVFS
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -30,7 +30,7 @@ PROJECT_NUMBER = @PVFS2_VERSION@
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
-OUTPUT_DIRECTORY = /tmp/doxygen
+OUTPUT_DIRECTORY = @BUILD_ABSOLUTE_TOP@/doc/doxygen/
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
# 4096 sub-directories (in 2 levels) under the output directory of each output
@@ -116,7 +116,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 = @BUILD_ABSOLUTE_TOP@/
+STRIP_FROM_PATH = @SRC_ABSOLUTE_TOP@/
# 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
@@ -430,7 +430,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT =
+INPUT = @SRC_ABSOLUTE_TOP@
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
More information about the Pvfs2-cvs
mailing list