From bbe7f2f0b7a742122e67e6acb20536a8f52885cc Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 4 Feb 2009 19:52:28 +0100 Subject: further documentation (grouping) --- docs/doxygen.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/doxygen.conf') 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 -- cgit v1.2.3-54-g00ecf