From eabd23373da90e460b58d3df04b9906478883a70 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 7 Sep 2015 02:27:35 +0300 Subject: [PATCH] Fix unneeded doxygen autolinks --- SDL2pp/Chunk.hh | 2 +- SDL2pp/Music.hh | 2 +- SDL2pp/Optional.hh | 4 ++-- SDL2pp/Wav.hh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SDL2pp/Chunk.hh b/SDL2pp/Chunk.hh index 4dbb5a7..b8a9f7b 100644 --- a/SDL2pp/Chunk.hh +++ b/SDL2pp/Chunk.hh @@ -31,7 +31,7 @@ namespace SDL2pp { class RWops; //////////////////////////////////////////////////////////// -/// \brief Chunk of audio data +/// \brief Fragment of audio data /// /// \ingroup mixer /// diff --git a/SDL2pp/Music.hh b/SDL2pp/Music.hh index 897d4eb..0740ba7 100644 --- a/SDL2pp/Music.hh +++ b/SDL2pp/Music.hh @@ -29,7 +29,7 @@ namespace SDL2pp { //////////////////////////////////////////////////////////// -/// \brief Music data +/// \brief %Music data /// /// \ingroup mixer /// diff --git a/SDL2pp/Optional.hh b/SDL2pp/Optional.hh index abaa61d..27ff491 100644 --- a/SDL2pp/Optional.hh +++ b/SDL2pp/Optional.hh @@ -1,6 +1,6 @@ /* libSDL2pp - C++11 bindings/wrapper for SDL2 - Copyright (C) 2014 Dmitry Marakasov + Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -27,7 +27,7 @@ //////////////////////////////////////////////////////////// /// \class SDL2pp::Optional /// -/// \brief Optional value container +/// \brief %Optional value container /// /// \ingroup general /// diff --git a/SDL2pp/Wav.hh b/SDL2pp/Wav.hh index 3648984..afe0432 100644 --- a/SDL2pp/Wav.hh +++ b/SDL2pp/Wav.hh @@ -31,7 +31,7 @@ namespace SDL2pp { class RWops; //////////////////////////////////////////////////////////// -/// \brief Chunk of audio data read from a .WAV file +/// \brief %Chunk of audio data read from a .WAV file /// /// \ingroup audio ///