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 = "libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" |
1033 TAGFILES = "@abs_top_srcdir@/doc/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 = html/lemon.tag |
1038 GENERATE_TAGFILE = html/lemon.tag |