diff options
| author | Alexander Barton <alex@barton.de> | 2005-07-23 00:48:38 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2005-07-23 00:48:38 +0000 |
| commit | 9db49e8f2c077ea35e66f9a72b34a562890c31df (patch) | |
| tree | 9af6ea8d4e45bdccac2cd6ff24fe9e4b33589977 /doc/src/Doxyfile | |
| parent | 74cb2e27684893d261619a0f48b950ab1774e662 (diff) | |
| download | ngircd-9db49e8f2c077ea35e66f9a72b34a562890c31df.tar.gz ngircd-9db49e8f2c077ea35e66f9a72b34a562890c31df.zip | |
Added "STRIP_FROM_PATH" variable to generate relative path names.
Diffstat (limited to 'doc/src/Doxyfile')
| -rw-r--r-- | doc/src/Doxyfile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/src/Doxyfile b/doc/src/Doxyfile index 1434103f..776607b3 100644 --- a/doc/src/Doxyfile +++ b/doc/src/Doxyfile @@ -8,7 +8,7 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: Doxyfile,v 1.1 2005/07/22 20:58:22 alex Exp $ +# $Id: Doxyfile,v 1.2 2005/07/23 00:48:38 alex Exp $ # # This file describes the settings to be used by the documentation system @@ -30,6 +30,15 @@ PROJECT_NAME = ngIRCd OUTPUT_DIRECTORY = . +# 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 +# only done if one of the specified strings matches the left-hand part of +# the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the +# path to strip. + +STRIP_FROM_PATH = ../.. + # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style # comment as the brief description. If set to NO, the JavaDoc |