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

1
doc/compilation-speedup.dox

@ -57,6 +57,7 @@ available, each namespace has its own:
- @ref Magnum/Audio/Audio.h - @ref Magnum/Audio/Audio.h
- @ref Magnum/DebugTools/DebugTools.h - @ref Magnum/DebugTools/DebugTools.h
- @ref Magnum/Math/Math.h - @ref Magnum/Math/Math.h
- @ref Magnum/DartIntegration/DartIntegration.h
- @ref Magnum/OvrIntegration/OvrIntegration.h - @ref Magnum/OvrIntegration/OvrIntegration.h
- @ref Magnum/Platform/Platform.h - @ref Magnum/Platform/Platform.h
- @ref Magnum/SceneGraph/SceneGraph.h - @ref Magnum/SceneGraph/SceneGraph.h

2
doc/developers.dox

@ -596,7 +596,7 @@ only in inverse.
1. Add a new `TARGET_*` variable: 1. Add a new `TARGET_*` variable:
- to root `CMakeLists.txt`, which either gets enabled automatically based - 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 command
- to the list of variables extracted out of `configure.h` in - to the list of variables extracted out of `configure.h` in
`modules/FindMagnum.cmake` `modules/FindMagnum.cmake`

Loading…
Cancel
Save