Browse Source

DebugTools: removed autolink-preventing % noise.

pull/77/head
Vladimír Vondruš 12 years ago
parent
commit
6b51e619c1
  1. 2
      src/Magnum/DebugTools/Profiler.h
  2. 2
      src/Magnum/DebugTools/ResourceManager.h

2
src/Magnum/DebugTools/Profiler.h

@ -40,7 +40,7 @@
namespace Magnum { namespace DebugTools {
/**
@brief %Profiler
@brief Profiler
Measures time passed during specified sections of each frame. It's meant to be
used in rendering and event loops (e.g. @ref Platform::Sdl2Application::drawEvent()),

2
src/Magnum/DebugTools/ResourceManager.h

@ -53,7 +53,7 @@ extern template class MAGNUM_DEBUGTOOLS_EXPORT ResourceManager<AbstractShaderPro
namespace DebugTools {
/**
@brief %Resource manager for debug tools
@brief Resource manager for debug tools
Stores various data used by debug renderers. See @ref debug-tools for more
information.

Loading…
Cancel
Save