From: Kevin Neufeld Date: Thu, 30 Apr 2009 21:38:00 +0000 (+0000) Subject: removed full path names from config file X-Git-Tag: 1.4.0b1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c48db3160b3109d1d257105773f3c2e03882f54;p=postgis removed full path names from config file git-svn-id: http://svn.osgeo.org/postgis/trunk@4044 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in index b29e3e091..bf7a2e828 100644 --- a/doc/doxygen.cfg.in +++ b/doc/doxygen.cfg.in @@ -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