diff --git a/Code/include/Meshing/Meshing.hpp b/Code/include/Meshing/Meshing.hpp index 4976cbc..b1d22b4 100644 --- a/Code/include/Meshing/Meshing.hpp +++ b/Code/include/Meshing/Meshing.hpp @@ -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