From ecfdc019211d2861f33f3e2c81213a3a76047007 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Thu, 12 Mar 2015 10:52:28 +0100 Subject: [PATCH] Doxygen --- Code/include/Meshing/Meshing.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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