Browse Source

Link to STL types from the documentation.

pull/225/head
Vladimír Vondruš 9 years ago
parent
commit
793f6a4d82
  1. 3
      Doxyfile

3
Doxyfile

@ -2064,7 +2064,8 @@ SKIP_FUNCTION_MACROS = YES
# the path). If a tag file is not located in the directory in which doxygen is
# run, you must also specify the path to the tagfile here.
TAGFILES = ../corrade/build/doc/corrade.tag=../../../../corrade/build/doc/html
TAGFILES = ../corrade/build/doc/corrade.tag=../../../../corrade/build/doc/html \
../corrade/doc/stl.tag=http://en.cppreference.com/w/
# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
# tag file that is based on the input files it reads. See section "Linking to

Loading…
Cancel
Save