From dee66a283eef04c89b052f1964887ec46449a037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 1 Mar 2018 13:44:43 +0100 Subject: [PATCH] Doc++ --- doc/compilation-speedup.dox | 1 + doc/developers.dox | 2 +- modules/FindMagnum.cmake | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/compilation-speedup.dox b/doc/compilation-speedup.dox index 938ab68d9..0eb84e1a7 100644 --- a/doc/compilation-speedup.dox +++ b/doc/compilation-speedup.dox @@ -57,6 +57,7 @@ available, each namespace has its own: - @ref Magnum/Audio/Audio.h - @ref Magnum/DebugTools/DebugTools.h - @ref Magnum/Math/Math.h +- @ref Magnum/DartIntegration/DartIntegration.h - @ref Magnum/OvrIntegration/OvrIntegration.h - @ref Magnum/Platform/Platform.h - @ref Magnum/SceneGraph/SceneGraph.h diff --git a/doc/developers.dox b/doc/developers.dox index fdadfee68..b623ff6e1 100644 --- a/doc/developers.dox +++ b/doc/developers.dox @@ -596,7 +596,7 @@ only in inverse. 1. Add a new `TARGET_*` variable: - to root `CMakeLists.txt`, which either gets enabled automatically based - on system introspection or is exposed through a @cmake option() @ce + on system introspection or is exposed through an @cmake option() @ce command - to the list of variables extracted out of `configure.h` in `modules/FindMagnum.cmake` diff --git a/modules/FindMagnum.cmake b/modules/FindMagnum.cmake index 5a47a3278..9f7d19a59 100644 --- a/modules/FindMagnum.cmake +++ b/modules/FindMagnum.cmake @@ -162,7 +162,7 @@ # are included just for backwards compatibility and only if # :variable:`MAGNUM_BUILD_DEPRECATED` is enabled: # -# MAGNUM_LIBRARIES - Expands to ``Magnum::Magnum`` target. Use +# MAGNUM_LIBRARIES - Expands to ``Magnum::Magnum`` target. Use # ``Magnum::Magnum`` target directly instead. # MAGNUM_*_LIBRARIES - Expands to ``Magnum::*`` target. Use # ``Magnum::*`` target directly instead.