diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-10-14 20:54:00 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-10-14 20:54:00 +0000 |
| commit | 7a90386c6d5424715375e11f360afc086376f7f6 (patch) | |
| tree | 670848fad768a85f748abca6bd3fe25ba2201540 | |
| parent | 528d1d0e7a72690dbcfbfa795f8894a4b1311139 (diff) | |
Doxygen pdf documentation: OUTPUT_DIRECTORY is now . Changed the ABSOLUTE_PATH_NAMES as suggested but it seems that there is a bug in doxygen as the pdf TOC still shows the path but not the content pages.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6429 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | documentation/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Doxyfile b/documentation/Doxyfile index c6d44be87..7a4c27116 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NUMBER = 1.3.x # 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 = ../doc +OUTPUT_DIRECTORY = . # 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 @@ -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 |
