diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 16:35:58 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 16:35:58 +0000 |
| commit | fe474b8266f3a6bcd47b4d7c77a0502805fa45ed (patch) | |
| tree | 1643b9723fb4bdb40f723ab7221a626c53a69a29 | |
| parent | cd1dee2f4dea413b01d544790c58253646db1a9d (diff) | |
| download | qxmpp-fe474b8266f3a6bcd47b4d7c77a0502805fa45ed.tar.gz | |
move Doxyfile
| -rw-r--r-- | doc/Doxyfile (renamed from source/Doxyfile) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Doxyfile b/doc/Doxyfile index 21a640d9..eb85a793 100644 --- a/source/Doxyfile +++ b/doc/Doxyfile @@ -105,7 +105,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 @@ -574,7 +574,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = +INPUT = ../source # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |
