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; }