doc/Doxyfile.in
changeset 1400 d12508c2a007
parent 1370 76a3f46d361c
child 1435 8e85e6bbefdf
     1.1 --- a/doc/Doxyfile.in	Fri Apr 29 13:31:41 2005 +0000
     1.2 +++ b/doc/Doxyfile.in	Mon May 02 05:49:33 2005 +0000
     1.3 @@ -1030,12 +1030,12 @@
     1.4  # If a tag file is not located in the directory in which doxygen 
     1.5  # is run, you must also specify the path to the tagfile here.
     1.6  
     1.7 -TAGFILES               = 
     1.8 +TAGFILES               = "libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/"
     1.9  
    1.10  # When a file name is specified after GENERATE_TAGFILE, doxygen will create 
    1.11  # a tag file that is based on the input files it reads.
    1.12  
    1.13 -GENERATE_TAGFILE       = 
    1.14 +GENERATE_TAGFILE       = html/lemon.tag
    1.15  
    1.16  # If the ALLEXTERNALS tag is set to YES all external classes will be listed 
    1.17  # in the class index. If set to NO only the inherited external classes 
    1.18 @@ -1047,7 +1047,7 @@
    1.19  # in the modules index. If set to NO, only the current project's groups will 
    1.20  # be listed.
    1.21  
    1.22 -EXTERNAL_GROUPS        = YES
    1.23 +EXTERNAL_GROUPS        = NO
    1.24  
    1.25  # The PERL_PATH should be the absolute path and name of the perl script 
    1.26  # interpreter (i.e. the result of `which perl').