summaryrefslogtreecommitdiff
path: root/documentation/Doxyfile
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-10-15 13:46:06 +0000
committerFabien Costantini <fabien@onepost.net>2008-10-15 13:46:06 +0000
commit5a71578b1b5a051fe7791e50a156333683a6806c (patch)
treeb2cd065939b3067fd16183fecff366134f0ef155 /documentation/Doxyfile
parent19ca3c6edd3d439e700401441571716d067681ed (diff)
Doxygen pdf documentation: Changed pdf mime type to application/pdf. Removed all Widget class headers from file section as they already are in the class section, this saves many pages. Also disabled the referenced by/from systematic inserts for each functions as this is more a core developer documentation feature than a fltk user manual feature, also saves many pages. Didn't use the LATEX_COMPACT feature yet, not happy with its result, will comment it later.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6439 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Doxyfile')
-rw-r--r--documentation/Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Doxyfile b/documentation/Doxyfile
index 3297fe1ab..6bf6da971 100644
--- a/documentation/Doxyfile
+++ b/documentation/Doxyfile
@@ -713,13 +713,13 @@ STRIP_CODE_COMMENTS = YES
# then for each documented function all documented
# functions referencing it will be listed.
-REFERENCED_BY_RELATION = YES
+REFERENCED_BY_RELATION = NO
# If the REFERENCES_RELATION tag is set to YES
# then for each documented function all documented entities
# called/used by that function will be listed.
-REFERENCES_RELATION = YES
+REFERENCES_RELATION = NO
# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from