Correction of (X)HTML warnings in case of Advanced topics

Based on suggestion of @sloriot using `^^` also in cgalAdvancedEnd instead of adding a new line in the files
This commit is contained in:
albert-github 2019-03-15 11:33:48 +01:00
parent 8b7f0bcb1e
commit 28fdb2d425
7 changed files with 1 additions and 15 deletions

View File

@ -264,7 +264,7 @@ ALIASES = "sc{1}=<span style=\"font-variant: small-caps;\">\1</sp
"cgalDebugEnd=\htmlonly[block] </div> \endhtmlonly" \ "cgalDebugEnd=\htmlonly[block] </div> \endhtmlonly" \
"cgalDebugFunction=This is a function for debugging purpose." \ "cgalDebugFunction=This is a function for debugging purpose." \
"cgalAdvancedBegin=^^ \htmlonly[block] <div class=\"CGALAdvanced\"> <div>Advanced</div> \endhtmlonly ^^" \ "cgalAdvancedBegin=^^ \htmlonly[block] <div class=\"CGALAdvanced\"> <div>Advanced</div> \endhtmlonly ^^" \
"cgalAdvancedEnd=\htmlonly[block] </div> \endhtmlonly" \ "cgalAdvancedEnd=^^ \htmlonly[block] </div> \endhtmlonly" \
"cgalAdvancedFunction=This is an advanced function." \ "cgalAdvancedFunction=This is an advanced function." \
"cgalAdvancedClass=This is an advanced class." \ "cgalAdvancedClass=This is an advanced class." \
"cgalAdvancedType=This is an advanced type." \ "cgalAdvancedType=This is an advanced type." \

View File

@ -515,7 +515,6 @@ public:
Converts the current triangulation into the same periodic Converts the current triangulation into the same periodic
triangulation in the 1-sheeted covering space. triangulation in the 1-sheeted covering space.
\pre `is_triangulation_in_1_sheet()` \pre `is_triangulation_in_1_sheet()`
\cgalAdvancedEnd \cgalAdvancedEnd
*/ */
void convert_to_1_sheeted_covering(); void convert_to_1_sheeted_covering();
@ -992,7 +991,6 @@ public:
`f`. Face `f` is modified, `f`. Face `f` is modified,
two new faces are created. If the triangulation contains periodic copies, a point is inserted in all periodic copies. two new faces are created. If the triangulation contains periodic copies, a point is inserted in all periodic copies.
\pre The point in vertex `v` lies inside face `f`. \pre The point in vertex `v` lies inside face `f`.
\cgalAdvancedEnd \cgalAdvancedEnd
*/ */
Vertex_handle insert_in_face(const Point& p, Face_handle f); Vertex_handle insert_in_face(const Point& p, Face_handle f);
@ -1002,7 +1000,6 @@ public:
\cgalAdvancedBegin \cgalAdvancedBegin
Removes a vertex of degree three. Two of the incident faces are Removes a vertex of degree three. Two of the incident faces are
destroyed, the third one is modified. \pre Vertex `v` is a vertex with degree three. destroyed, the third one is modified. \pre Vertex `v` is a vertex with degree three.
\cgalAdvancedEnd \cgalAdvancedEnd
*/ */
void remove_degree_3(Vertex_handle v); void remove_degree_3(Vertex_handle v);
@ -1026,7 +1023,6 @@ public:
`[edge_begin, edge_end]`. Returns a handle to the new vertex. `[edge_begin, edge_end]`. Returns a handle to the new vertex.
\pre The triangulation is a triangulation of 1 sheet \pre The triangulation is a triangulation of 1 sheet
\cgalAdvancedEnd \cgalAdvancedEnd
*/ */
template<class EdgeIt> template<class EdgeIt>
@ -1042,7 +1038,6 @@ public:
and create new ones only when the sequence is exhausted. and create new ones only when the sequence is exhausted.
\pre The triangulation is a triangulation of 1 sheet \pre The triangulation is a triangulation of 1 sheet
\cgalAdvancedEnd \cgalAdvancedEnd
*/ */
template<class EdgeIt, class FaceIt> template<class EdgeIt, class FaceIt>

View File

@ -1164,7 +1164,6 @@ public:
\return Returns a pair containing: the specified property map and a \return Returns a pair containing: the specified property map and a
Boolean set to `true` or an empty property map and a Boolean set Boolean set to `true` or an empty property map and a Boolean set
to `false` (if the property was not found). to `false` (if the property was not found).
\cgalAdvancedEnd \cgalAdvancedEnd
*/ */
template <class T> template <class T>
@ -1190,7 +1189,6 @@ public:
\note The normal property must have been added to the point set \note The normal property must have been added to the point set
before calling this method (see `add_normal_map()`). before calling this method (see `add_normal_map()`).
\cgalAdvancedEnd \cgalAdvancedEnd
*/ */
Vector_push_map normal_push_map () Vector_push_map normal_push_map ()

View File

@ -125,7 +125,6 @@ data structure that only changes the vertex type. It has to define a type
`Rebind_vertex<Vb2>::%Other` which is a <I>rebound</I> triangulation data structure, that is, the `Rebind_vertex<Vb2>::%Other` which is a <I>rebound</I> triangulation data structure, that is, the
one whose `TriangulationDSVertexBase_3` will be `Vb2`. one whose `TriangulationDSVertexBase_3` will be `Vb2`.
\note It can be implemented using a nested template class. \note It can be implemented using a nested template class.
\cgalAdvancedEnd \cgalAdvancedEnd
*/ */
template <typename Vb2> template <typename Vb2>
@ -139,7 +138,6 @@ data structure that only changes the cell type. It has to define a type
`Rebind_cell<Cb2>::%Other` which is a <I>rebound</I> triangulation data structure, that is, the `Rebind_cell<Cb2>::%Other` which is a <I>rebound</I> triangulation data structure, that is, the
one whose `TriangulationDSCellBase_3` will be `Cb2`. one whose `TriangulationDSCellBase_3` will be `Cb2`.
\note It can be implemented using a nested template class. \note It can be implemented using a nested template class.
\cgalAdvancedEnd \cgalAdvancedEnd
*/ */
template <typename Cb2> template <typename Cb2>

View File

@ -81,7 +81,6 @@ data structure that only changes the vertex type. It has to define a type
`Other` which is a <I>rebound</I> triangulation data structure with `Vb2` `Other` which is a <I>rebound</I> triangulation data structure with `Vb2`
as vertex type. as vertex type.
\note It can be implemented using a nested template class. \note It can be implemented using a nested template class.
\cgalAdvancedEnd \cgalAdvancedEnd
*/ */
template <typename Vb2> template <typename Vb2>
@ -95,7 +94,6 @@ data structure that only changes the full cell type. It has to define a type
`Other` which is a <I>rebound</I> triangulation data structure with `Fcb2` `Other` which is a <I>rebound</I> triangulation data structure with `Fcb2`
as full cell type. as full cell type.
\note It can be implemented using a nested template class. \note It can be implemented using a nested template class.
\cgalAdvancedEnd \cgalAdvancedEnd
*/ */
template <typename Fcb2> template <typename Fcb2>
@ -116,7 +114,6 @@ The boundary is recognized by checking the mark of the full cells.
This method is used by `Triangulation_data_structure::insert_in_hole()`. This method is used by `Triangulation_data_structure::insert_in_hole()`.
s s
\pre same as `TriangulationDataStructure::insert_in_hole()` \pre same as `TriangulationDataStructure::insert_in_hole()`
\cgalAdvancedEnd \cgalAdvancedEnd
*/ */

View File

@ -450,7 +450,6 @@ All vertices of cells of \f$ C\f$ are on \f$ \partial H\f$.
\cgalFigureBegin{triangulationfiginserthole,insert-in-hole.png} \cgalFigureBegin{triangulationfiginserthole,insert-in-hole.png}
Insertion in a hole, \f$ d=2\f$ Insertion in a hole, \f$ d=2\f$
\cgalFigureEnd \cgalFigureEnd
\cgalAdvancedEnd \cgalAdvancedEnd
*/ */
template< class ForwardIterator > Vertex_handle template< class ForwardIterator > Vertex_handle

View File

@ -450,7 +450,6 @@ constraints based on a cost and stop function.
\pre The vertex referred by vicq is not contained in any other constraint. \pre The vertex referred by vicq is not contained in any other constraint.
\pre Let `vip` and `vir` be defined as `vip = std::prev(vicq)` and `vir = std::next(vicr)`. \pre Let `vip` and `vir` be defined as `vip = std::prev(vicq)` and `vir = std::next(vicr)`.
\pre The line segment between `*vicp->point()` and `*vicr->point()` must not intersect any constraint. \pre The line segment between `*vicp->point()` and `*vicr->point()` must not intersect any constraint.
\cgalAdvancedEnd \cgalAdvancedEnd
*/ */
void void