mirror of https://github.com/CGAL/cgal
Fix the doc to avoid diffs between 1.8.4 and 1.8.13 outputs
This commit is contained in:
parent
b8b5b64dc2
commit
82860688d1
|
|
@ -1127,7 +1127,7 @@ public:
|
|||
this->traversal(query, traversal_traits);
|
||||
return traversal_traits.is_intersection_found();
|
||||
}
|
||||
|
||||
#ifndef DOXYGEN_RUNNING //To avoid doxygen to consider definition and declaration as 2 different functions (size_type causes problems)
|
||||
template<typename Tr>
|
||||
template<typename Query>
|
||||
typename AABB_tree<Tr>::size_type
|
||||
|
|
@ -1146,7 +1146,7 @@ public:
|
|||
this->traversal(query, traversal_traits);
|
||||
return counter;
|
||||
}
|
||||
|
||||
#endif
|
||||
template<typename Tr>
|
||||
template<typename Query, typename OutputIterator>
|
||||
OutputIterator
|
||||
|
|
|
|||
|
|
@ -931,7 +931,9 @@ EXCLUDE_SYMBOLS = Tr \
|
|||
Cb \
|
||||
Fb \
|
||||
K \
|
||||
Traits
|
||||
Traits \
|
||||
internal \
|
||||
internal::* \
|
||||
|
||||
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
|
||||
# that contain example code fragments that are included (see the \include
|
||||
|
|
|
|||
|
|
@ -816,7 +816,8 @@ EXCLUDE_SYMBOLS = Tr \
|
|||
Cb \
|
||||
Fb \
|
||||
K \
|
||||
Traits
|
||||
Traits \
|
||||
internal
|
||||
|
||||
# The EXAMPLE_PATH tag can be used to specify one or more files or
|
||||
# directories that contain example code fragments that are included (see
|
||||
|
|
|
|||
|
|
@ -31,9 +31,9 @@
|
|||
#include <CGAL/Polygon_2/polygon_assertions.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
#ifndef DOXYGEN_RUNNING //to avoid conflicts
|
||||
template <class _Traits, class _Container> class Polygon_2;
|
||||
|
||||
#endif
|
||||
template <class _Traits, class _Container>
|
||||
class Polygon_2_const_edge_circulator {
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@
|
|||
#include <CGAL/circulator.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
#ifndef DOXYGEN_RUNNING //to avoid conflicts
|
||||
template <class Traits_, class Container_> class Polygon_2;
|
||||
|
||||
#ifndef
|
||||
template <class Segment_>
|
||||
class Polygon_2__Segment_ptr
|
||||
{
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ namespace internal {
|
|||
based on solving a linear bi-Laplacian system with boundary constraints,
|
||||
described in \cgalCite{Botsch2008OnLinearVariational}.
|
||||
The optional parameter `fairing_continuity` gives the ability to control the tangential
|
||||
continuity C<sup>\a n</sup> of the output mesh.
|
||||
continuity C<sup>\a n </sup>of the output mesh.
|
||||
|
||||
The region described by `vertices` might contain multiple disconnected components.
|
||||
Note that the mesh connectivity is not altered in any way,
|
||||
|
|
|
|||
Loading…
Reference in New Issue