From 47d99c34676334498f12b532de9f78b6831c8d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 5 Sep 2018 13:08:14 +0200 Subject: [PATCH] replace \cond by \if --- Triangulation/doc/Triangulation/Triangulation.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Triangulation/doc/Triangulation/Triangulation.txt b/Triangulation/doc/Triangulation/Triangulation.txt index 63861571602..f315bc65a13 100644 --- a/Triangulation/doc/Triangulation/Triangulation.txt +++ b/Triangulation/doc/Triangulation/Triangulation.txt @@ -181,7 +181,7 @@ corresponding to a face \f$ f \f$ stores a reference to a full cell `c` containing \f$ f \f$, and the indices of the vertices of `c` that belong to \f$ f \f$. -\cond +\if READY_TO_PUBLISH \cgalAdvanced The index of a full cell \f$ c\f$ in the \f$ i\f$-th neighbor of \f$ c\f$ is called the \f$ i\f$-th mirror-index of \f$ c\f$ (Figure \cgalFigureRef{triangulationfigfullcell}). Mirror indices are @@ -197,7 +197,7 @@ triangulation. Its second template parameter is used to specify wether or not the mirror indices should be kept in memory or computed on-the-fly, which is the default case. Please refer to the documentation of that class template for specific details. -\endcond +\endif ###Template Parameters###