summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-05-02 12:32:46 +0100
committerDaniel Drake <dsd@gentoo.org>2008-05-02 12:32:46 +0100
commitf3f17846dcced6b2dc40f899ed6a2aba151c264b (patch)
treef4c66a7f08c8f941cb3ef1b4d2e44e40701e9e9d /doc
parentfbb017dd9a26ce449578482b95157b3c850fa446 (diff)
downloadlibusb-f3f17846dcced6b2dc40f899ed6a2aba151c264b.tar.gz
remove "references" and "referenced by" listings in documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg
index 614f1b2..64face5 100644
--- a/doc/doxygen.cfg
+++ b/doc/doxygen.cfg
@@ -607,13 +607,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 (the default)
# 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