From 793f6a4d823b294147f6568e8ff9386d32f28468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 15 Dec 2017 18:07:50 +0100 Subject: [PATCH] Link to STL types from the documentation. --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index d18efe523..d203e3854 100644 --- a/Doxyfile +++ b/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