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
///
/// This modules contains a few binaries :
/// - \code MainDisplay \endcode
/// - \code TestJunction3 \endcode
/// - \code TestJunction4 \endcode
/// - `MainDisplay`
/// - `TestJunction3`
/// - `TestJunction4`
///
/// \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.
///
/// \section TestJunction
/// This program simply computes the result of the junctions on three circles.
/// \code TestJunction3 \endcode computes a junction from three circles and
/// \code TestJunction4 \endcode computes it from four.
/// `TestJunction3` computes a junction from three circles and
/// `TestJunction4` computes it from four.
//////////////////////////////////////////////////
#include <Meshing/Skeleton3D.hpp>