toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] TooN Doxyfile


From: Edward Rosten
Subject: [Toon-members] TooN Doxyfile
Date: Thu, 17 Jun 2010 09:58:23 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Edward Rosten <edrosten>        10/06/17 09:58:23

Modified files:
        .              : Doxyfile 

Log message:
        Generate doxygen tag file
        patch from Pekka Paalanen <pekka dot paalanen at lut dot fi>
        
        Generating the doxygen tag file allows external projects to link their
        doxygen documentation to the TooN documentation.
        
        Assume external project directory directory structure:
        ./Doxyfile
        ./src/           - my project sources
        ./doc/html/      - my doxygen generated docs
        ./include/TooN/  - checkout of Toon
        
        Adding
        TAGFILES = include/TooN/TooN-doxy.tag=../../include/TooN/html
        to the external project's Doxyfile allows doxygen to automatically 
reference the
        TooN documentation.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/Doxyfile?cvsroot=toon&r1=1.14&r2=1.15

Patches:
Index: Doxyfile
===================================================================
RCS file: /cvsroot/toon/TooN/Doxyfile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- Doxyfile    11 Dec 2009 14:27:01 -0000      1.14
+++ Doxyfile    17 Jun 2010 09:58:22 -0000      1.15
@@ -956,7 +956,7 @@
 # When a file name is specified after GENERATE_TAGFILE, doxygen will create 
 # a tag file that is based on the input files it reads.
 
-GENERATE_TAGFILE       = 
+GENERATE_TAGFILE       = TooN-doxy.tag
 
 # If the ALLEXTERNALS tag is set to YES all external classes will be listed 
 # in the class index. If set to NO only the inherited external classes 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]