mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -04:00
Comments with doxygen groups should logically be covered by ifdefs too
This commit is contained in:
parent
34137f1ec9
commit
dd3f2da31e
@ -96,34 +96,34 @@
|
|||||||
#include <SDL2pp/ContainerRWops.hh>
|
#include <SDL2pp/ContainerRWops.hh>
|
||||||
#include <SDL2pp/StreamRWops.hh>
|
#include <SDL2pp/StreamRWops.hh>
|
||||||
|
|
||||||
|
#ifdef SDL2PP_WITH_TTF
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \defgroup ttf SDL_ttf
|
/// \defgroup ttf SDL_ttf
|
||||||
///
|
///
|
||||||
/// \brief Text rendering through SDL_ttf library
|
/// \brief Text rendering through SDL_ttf library
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
#ifdef SDL2PP_WITH_TTF
|
|
||||||
# include <SDL2pp/SDLTTF.hh>
|
# include <SDL2pp/SDLTTF.hh>
|
||||||
# include <SDL2pp/Font.hh>
|
# include <SDL2pp/Font.hh>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef SDL2PP_WITH_IMAGE
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \defgroup image SDL_image
|
/// \defgroup image SDL_image
|
||||||
///
|
///
|
||||||
/// \brief Functions that are specific to SDL_image library
|
/// \brief Functions that are specific to SDL_image library
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
#ifdef SDL2PP_WITH_IMAGE
|
|
||||||
# include <SDL2pp/SDLImage.hh>
|
# include <SDL2pp/SDLImage.hh>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef SDL2PP_WITH_MIXER
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \defgroup mixer SDL_mixer
|
/// \defgroup mixer SDL_mixer
|
||||||
///
|
///
|
||||||
/// \brief Functions that are specific to SDL_mixer library
|
/// \brief Functions that are specific to SDL_mixer library
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
#ifdef SDL2PP_WITH_MIXER
|
|
||||||
# include <SDL2pp/Chunk.hh>
|
# include <SDL2pp/Chunk.hh>
|
||||||
# include <SDL2pp/Mixer.hh>
|
# include <SDL2pp/Mixer.hh>
|
||||||
# include <SDL2pp/Music.hh>
|
# include <SDL2pp/Music.hh>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user