Browse Source

Doc++

pull/87/merge
Vladimír Vondruš 11 years ago
parent
commit
7a2914d5f4
  1. 33
      doc/namespaces.dox

33
doc/namespaces.dox

@ -24,7 +24,7 @@
*/ */
/** @dir magnum/src/Magnum /** @dir magnum/src/Magnum
* @brief Namespace Magnum (part of @ref building "Magnum library") * @brief Namespace @ref Magnum (part of @ref building "Magnum library")
*/ */
/** @namespace Magnum /** @namespace Magnum
@brief Root namespace @brief Root namespace
@ -38,7 +38,7 @@ information.
*/ */
/** @dir Magnum/Platform /** @dir Magnum/Platform
* @brief Namespace Magnum::Platform * @brief Namespace @ref Magnum::Platform
*/ */
/** @namespace Magnum::Platform /** @namespace Magnum::Platform
@brief Platform-specific application and context creation @brief Platform-specific application and context creation
@ -56,7 +56,7 @@ information.
*/ */
/** @dir Magnum/Math /** @dir Magnum/Math
* @brief Namespace Magnum::Math * @brief Namespace @ref Magnum::Math
*/ */
/** @namespace Magnum::Math /** @namespace Magnum::Math
@brief Math library @brief Math library
@ -70,7 +70,7 @@ to `${MAGNUM_LIBRARIES}`. See @ref building, @ref cmake, @ref matrix-vector and
*/ */
/** @dir Magnum/Math/Algorithms /** @dir Magnum/Math/Algorithms
* @brief Namespace Magnum::Math::Algorithms * @brief Namespace @ref Magnum::Math::Algorithms
*/ */
/** @namespace Magnum::Math::Algorithms /** @namespace Magnum::Math::Algorithms
@brief Algorithms @brief Algorithms
@ -84,7 +84,7 @@ information.
*/ */
/** @dir Magnum/Math/Geometry /** @dir Magnum/Math/Geometry
* @brief Namespace Magnum::Math::Geometry * @brief Namespace @ref Magnum::Math::Geometry
*/ */
/** @namespace Magnum::Math::Geometry /** @namespace Magnum::Math::Geometry
@brief Geometry library @brief Geometry library
@ -98,7 +98,7 @@ information.
*/ */
/** @dir Magnum/Audio /** @dir Magnum/Audio
* @brief Namespace Magnum::Audio * @brief Namespace @ref Magnum::Audio
*/ */
/** @namespace Magnum::Audio /** @namespace Magnum::Audio
@brief Audio playback @brief Audio playback
@ -115,7 +115,7 @@ particular `*Importer` class documentation, @ref building-plugins,
*/ */
/** @dir Magnum/DebugTools /** @dir Magnum/DebugTools
* @brief Namespace Magnum::DebugTools * @brief Namespace @ref Magnum::DebugTools
*/ */
/** @namespace Magnum::DebugTools /** @namespace Magnum::DebugTools
@brief Debug tools @brief Debug tools
@ -129,7 +129,7 @@ package in CMake and link to `${MAGNUM_DEBUGTOOLS_LIBRARIES}`. See
*/ */
/** @dir Magnum/MeshTools /** @dir Magnum/MeshTools
* @brief Namespace Magnum::MeshTools * @brief Namespace @ref Magnum::MeshTools
*/ */
/** @namespace Magnum::MeshTools /** @namespace Magnum::MeshTools
@brief Mesh tools @brief Mesh tools
@ -143,7 +143,7 @@ and @ref cmake for more information.
*/ */
/** @dir Magnum/Primitives /** @dir Magnum/Primitives
* @brief Namespace Magnum::Primitives * @brief Namespace @ref Magnum::Primitives
*/ */
/** @namespace Magnum::Primitives /** @namespace Magnum::Primitives
@brief Primitive library @brief Primitive library
@ -157,10 +157,9 @@ package in CMake and link to `${MAGNUM_PRIMITIVES_LIBRARIES}`. See
*/ */
/** @dir Magnum/SceneGraph /** @dir Magnum/SceneGraph
* @brief Namespace Magnum::SceneGraph * @brief Namespace @ref Magnum::SceneGraph
*/ */
/** /** @namespace Magnum::SceneGraph
@namespace Magnum::SceneGraph
@brief Scene graph library @brief Scene graph library
Managing object hierarchy, transformations and interactions. Managing object hierarchy, transformations and interactions.
@ -172,7 +171,7 @@ package in CMake and link to `${MAGNUM_SCENEGRAPH_LIBRARIES}`. See
*/ */
/** @dir Magnum/Shaders /** @dir Magnum/Shaders
* @brief Namespace Magnum::Shaders * @brief Namespace @ref Magnum::Shaders
*/ */
/** @namespace Magnum::Shaders /** @namespace Magnum::Shaders
@brief Builtin shaders @brief Builtin shaders
@ -186,7 +185,7 @@ in CMake and link to `${MAGNUM_MESHTOOLS_SHADERS}`. See @ref building and
*/ */
/** @dir Magnum/Shapes /** @dir Magnum/Shapes
* @brief Namespace Magnum::Shapes * @brief Namespace @ref Magnum::Shapes
*/ */
/** @namespace Magnum::Shapes /** @namespace Magnum::Shapes
@brief Shape library @brief Shape library
@ -200,7 +199,7 @@ and @ref shapes for more information.
*/ */
/** @dir Magnum/Text /** @dir Magnum/Text
* @brief Namespace Magnum::Text * @brief Namespace @ref Magnum::Text
*/ */
/** @namespace Magnum::Text /** @namespace Magnum::Text
@brief Text rendering @brief Text rendering
@ -216,7 +215,7 @@ for more information. Additional plugins are enabled separately, see particular
*/ */
/** @dir Magnum/TextureTools /** @dir Magnum/TextureTools
* @brief Namespace Magnum::TextureTools * @brief Namespace @ref Magnum::TextureTools
*/ */
/** @namespace Magnum::TextureTools /** @namespace Magnum::TextureTools
@brief Texture tools @brief Texture tools
@ -230,7 +229,7 @@ package in CMake and link to `${MAGNUM_TEXTURETOOLS_LIBRARIES}`. See
*/ */
/** @dir Magnum/Trade /** @dir Magnum/Trade
* @brief Namespace Magnum::Trade * @brief Namespace @ref Magnum::Trade
*/ */
/** @namespace Magnum::Trade /** @namespace Magnum::Trade
@brief Data format exchange @brief Data format exchange

Loading…
Cancel
Save