Fix unneeded doxygen autolinks

This commit is contained in:
Dmitry Marakasov 2015-09-07 02:27:35 +03:00
parent ecb62ab8ab
commit eabd23373d
4 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ namespace SDL2pp {
class RWops; class RWops;
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Chunk of audio data /// \brief Fragment of audio data
/// ///
/// \ingroup mixer /// \ingroup mixer
/// ///

View File

@ -29,7 +29,7 @@
namespace SDL2pp { namespace SDL2pp {
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Music data /// \brief %Music data
/// ///
/// \ingroup mixer /// \ingroup mixer
/// ///

View File

@ -1,6 +1,6 @@
/* /*
libSDL2pp - C++11 bindings/wrapper for SDL2 libSDL2pp - C++11 bindings/wrapper for SDL2
Copyright (C) 2014 Dmitry Marakasov <amdmi3@amdmi3.ru> Copyright (C) 2014-2015 Dmitry Marakasov <amdmi3@amdmi3.ru>
This software is provided 'as-is', without any express or implied This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages warranty. In no event will the authors be held liable for any damages
@ -27,7 +27,7 @@
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \class SDL2pp::Optional /// \class SDL2pp::Optional
/// ///
/// \brief Optional value container /// \brief %Optional value container
/// ///
/// \ingroup general /// \ingroup general
/// ///

View File

@ -31,7 +31,7 @@ namespace SDL2pp {
class RWops; class RWops;
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Chunk of audio data read from a .WAV file /// \brief %Chunk of audio data read from a .WAV file
/// ///
/// \ingroup audio /// \ingroup audio
/// ///