From b931c83309314b69d6bc7e2c9a58d45fb173b67a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 18 Jun 2012 22:15:45 +0200 Subject: [PATCH] Using tagfile from Corrade documentation. Workaround to avoid clash with Corrade's TypeTraits.h. --- Doxyfile | 2 +- src/TypeTraits.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 92a893848..0354ae598 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1566,7 +1566,7 @@ SKIP_FUNCTION_MACROS = YES # NOT include 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 = +TAGFILES = ../corrade/build/doc/corrade.tag=../../../../corrade/build/doc/html # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. diff --git a/src/TypeTraits.h b/src/TypeTraits.h index 2b2f6fe30..112d1cd52 100644 --- a/src/TypeTraits.h +++ b/src/TypeTraits.h @@ -15,7 +15,7 @@ GNU Lesser General Public License version 3 for more details. */ -/** @file +/** @file /TypeTraits.h * @brief Enum Magnum::Type, class Magnum::TypeOf, Magnum::TypeInfo, Magnum::TypeTraits */