This commit is contained in:
Thomas FORGIONE 2015-03-12 10:52:28 +01:00
parent cddbe47801
commit ecfdc01921
1 changed files with 6 additions and 6 deletions

View File

@ -7,18 +7,18 @@
/// Contains the function and classes to mesh 3D skeletons /// Contains the function and classes to mesh 3D skeletons
/// ///
/// This modules contains a few binaries : /// This modules contains a few binaries :
/// - \code MainDisplay \endcode /// - `MainDisplay`
/// - \code TestJunction3 \endcode /// - `TestJunction3`
/// - \code TestJunction4 \endcode /// - `TestJunction4`
/// ///
/// \section MainDisplay /// \section MainDisplay
/// This program simply loads a \code .skl \encode file and display it with /// This program simply loads a `.skl` file and display it with
/// OpenGL. /// OpenGL.
/// ///
/// \section TestJunction /// \section TestJunction
/// This program simply computes the result of the junctions on three circles. /// This program simply computes the result of the junctions on three circles.
/// \code TestJunction3 \endcode computes a junction from three circles and /// `TestJunction3` computes a junction from three circles and
/// \code TestJunction4 \endcode computes it from four. /// `TestJunction4` computes it from four.
////////////////////////////////////////////////// //////////////////////////////////////////////////
#include <Meshing/Skeleton3D.hpp> #include <Meshing/Skeleton3D.hpp>