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 */