Changeset 1400:d12508c2a007 in lemon-0.x for doc/Doxyfile.in
- Timestamp:
- 05/02/05 07:49:33 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1861
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Doxyfile.in
r1370 r1400 1031 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 1035 # When a file name is specified after GENERATE_TAGFILE, doxygen will create 1036 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 1040 # If the ALLEXTERNALS tag is set to YES all external classes will be listed … … 1048 1048 # be listed. 1049 1049 1050 EXTERNAL_GROUPS = YES1050 EXTERNAL_GROUPS = NO 1051 1051 1052 1052 # The PERL_PATH should be the absolute path and name of the perl script
Note: See TracChangeset
for help on using the changeset viewer.