]> granicus.if.org Git - postgis/commitdiff
removed full path names from config file
authorKevin Neufeld <kneufeld.ca@gmail.com>
Thu, 30 Apr 2009 21:38:00 +0000 (21:38 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Thu, 30 Apr 2009 21:38:00 +0000 (21:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4044 b70326c6-7e19-0410-871a-916f4a2858ee

doc/doxygen.cfg.in

index b29e3e091c1a38e0e1e3a68603b01d76eb9dd8ea..bf7a2e82818847e5dcae7086fb1ae177ff7a4212 100644 (file)
@@ -106,7 +106,7 @@ INLINE_INHERITED_MEMB  = NO
 # path before files name in the file list and in the header files. If set 
 # to NO the shortest path that makes the file name unique will be used.
 
-FULL_PATH_NAMES        = YES
+FULL_PATH_NAMES        = NO
 
 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 
 # can be used to strip a user-defined part of the path. Stripping is 
@@ -406,7 +406,7 @@ FILE_VERSION_FILTER    =
 # The QUIET tag can be used to turn on/off the messages that are generated 
 # by doxygen. Possible values are YES and NO. If left blank NO is used.
 
-QUIET                  = NO
+QUIET                  = YES
 
 # The WARNINGS tag can be used to turn on/off the warning messages that are 
 # generated by doxygen. Possible values are YES and NO. If left blank 
@@ -459,7 +459,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = ../postgis ../liblwgeom
+INPUT                  = ../postgis ../liblwgeom ../loader
 
 # 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