[Pcsclite-git-commit] [PCSC] 03/03: Doxygen: remove cross references

Ludovic Rousseau rousseau at moszumanska.debian.org
Tue Oct 13 14:53:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository PCSC.

commit 6f0dc9aabbdd533eac5bcdb2049519f6f1bcb607
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Tue Oct 13 15:34:42 2015 +0200

    Doxygen: remove cross references
    
    The API documentation do not need to include:
    - functions calling the documented function
    - functions called internally by the documented function
    
    The Doxygen documentation is now shorter with no extra/useless
    information.
---
 doc/doxygen.conf.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in
index 85ea332..3e13e18 100644
--- a/doc/doxygen.conf.in
+++ b/doc/doxygen.conf.in
@@ -923,13 +923,13 @@ STRIP_CODE_COMMENTS    = YES
 # function all documented functions referencing it will be listed.
 # The default value is: NO.
 
-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.
 # The default value is: NO.
 
-REFERENCES_RELATION    = YES
+REFERENCES_RELATION    = NO
 
 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
 # to YES, then the hyperlinks from functions in REFERENCES_RELATION and

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/PCSC.git



More information about the Pcsclite-cvs-commit mailing list