Browse Source

Doc++

pull/205/head
Vladimír Vondruš 8 years ago
parent
commit
dee66a283e
  1. 1
      doc/compilation-speedup.dox
  2. 2
      doc/developers.dox
  3. 2
      modules/FindMagnum.cmake

1
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

2
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`

2
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.

Loading…
Cancel
Save