equal
deleted
inserted
replaced
1028 # Note that each tag file must have a unique name |
1028 # Note that each tag file must have a unique name |
1029 # (where the name does NOT include the path) |
1029 # (where the name does NOT include the path) |
1030 # If a tag file is not located in the directory in which doxygen |
1030 # If a tag file is not located in the directory in which doxygen |
1031 # is run, you must also specify the path to the tagfile here. |
1031 # is run, you must also specify the path to the tagfile here. |
1032 |
1032 |
1033 TAGFILES = |
1033 TAGFILES = "libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" |
1034 |
1034 |
1035 # When a file name is specified after GENERATE_TAGFILE, doxygen will create |
1035 # When a file name is specified after GENERATE_TAGFILE, doxygen will create |
1036 # a tag file that is based on the input files it reads. |
1036 # a tag file that is based on the input files it reads. |
1037 |
1037 |
1038 GENERATE_TAGFILE = |
1038 GENERATE_TAGFILE = html/lemon.tag |
1039 |
1039 |
1040 # If the ALLEXTERNALS tag is set to YES all external classes will be listed |
1040 # If the ALLEXTERNALS tag is set to YES all external classes will be listed |
1041 # in the class index. If set to NO only the inherited external classes |
1041 # in the class index. If set to NO only the inherited external classes |
1042 # will be listed. |
1042 # will be listed. |
1043 |
1043 |
1045 |
1045 |
1046 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed |
1046 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed |
1047 # in the modules index. If set to NO, only the current project's groups will |
1047 # in the modules index. If set to NO, only the current project's groups will |
1048 # be listed. |
1048 # be listed. |
1049 |
1049 |
1050 EXTERNAL_GROUPS = YES |
1050 EXTERNAL_GROUPS = NO |
1051 |
1051 |
1052 # The PERL_PATH should be the absolute path and name of the perl script |
1052 # The PERL_PATH should be the absolute path and name of the perl script |
1053 # interpreter (i.e. the result of `which perl'). |
1053 # interpreter (i.e. the result of `which perl'). |
1054 |
1054 |
1055 PERL_PATH = /usr/bin/perl |
1055 PERL_PATH = /usr/bin/perl |