From 928104bb0a35578f5da4c5104d053282a892add3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 2 Sep 2013 00:28:43 +0200 Subject: [PATCH] Failed attempt to resolve Doxygen file conflicts. Found even more stuff broken -- copied contents of Corrade::Utility::Directory::Flags into Magnum::Context::Flags (WTF!), asterisks in code listings... IS IT SO HARD TO FIX ONE THING AND DON'T BREAK THOUSAND OTHERS, DAMMIT?? --- src/Audio/Context.h | 2 +- src/Context.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Audio/Context.h b/src/Audio/Context.h index b28bba470..3969fb87b 100644 --- a/src/Audio/Context.h +++ b/src/Audio/Context.h @@ -24,7 +24,7 @@ DEALINGS IN THE SOFTWARE. */ -/** @file +/** @file Audio/Context.h * @brief Class Magnum::Audio::Context */ diff --git a/src/Context.h b/src/Context.h index b393b95f1..9e27df393 100644 --- a/src/Context.h +++ b/src/Context.h @@ -38,6 +38,8 @@ namespace Magnum { +/** @todoc Resolve conflict with Audio/Context.h (Doxygen doesn't list this file) */ + namespace Implementation { struct State; }