summaryrefslogtreecommitdiff
path: root/docs/doxygen.conf
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-04 19:52:28 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-04 19:52:28 +0100
commitbbe7f2f0b7a742122e67e6acb20536a8f52885cc (patch)
treeab9d313fa8c1142bcee1bc7209f085dbb8dbcc6b /docs/doxygen.conf
parent7f5fd7963788dde45815cc45304cc636b33dfcc7 (diff)
downloadwolfbones-bbe7f2f0b7a742122e67e6acb20536a8f52885cc.tar.gz
wolfbones-bbe7f2f0b7a742122e67e6acb20536a8f52885cc.tar.bz2
further documentation (grouping)
Diffstat (limited to 'docs/doxygen.conf')
-rw-r--r--docs/doxygen.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
index 0cf15d8..e099300 100644
--- a/docs/doxygen.conf
+++ b/docs/doxygen.conf
@@ -682,20 +682,20 @@ 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
# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
# link to the source code. Otherwise they will link to the documentstion.
-REFERENCES_LINK_SOURCE = YES
+REFERENCES_LINK_SOURCE = NO
# If the USE_HTAGS tag is set to YES then the references to source code
# will point to the HTML generated by the htags(1) tool instead of doxygen