remove advanced in the brief of a concept

This commit is contained in:
Sébastien Loriot 2019-02-13 19:06:26 +01:00
parent f5d5b08d26
commit 117b7cdf04
5 changed files with 3 additions and 9 deletions

View File

@ -267,7 +267,6 @@ ALIASES = "sc{1}=<span style=\"font-variant: small-caps;\">\1</sp
"cgalAdvancedEnd=\htmlonly[block] </div> \endhtmlonly" \
"cgalAdvancedFunction=This is an advanced function." \
"cgalAdvancedClass=This is an advanced class." \
"cgalAdvancedConcept=This is an advanced concept." \
"cgalRequiresCPP11=\warning This function requires a C++11 compiler." \
"cgalPkgPicture{1}=<div class=\"PkgImage\"> ^^ \image html \1 ^^</div>" \
"cgalPkgSummaryBegin=<div class=\"PkgSummary\">" \

View File

@ -1,13 +1,11 @@
/*!
\ingroup PkgInscribedAreasConcepts
\cgalAdvancedConcept
\cgalConcept
\cgalAdvancedBegin
The concept `ExtremalPolygonTraits_2` provides the types and
operations needed to compute a maximal \f$ k\f$-gon that can be
inscribed into a given convex polygon.
\cgalAdvancedEnd
\note `ExtremalPolygonTraits_2::Less_xy_2` and
`ExtremalPolygonTraits_2::Orientation_2` are used for (expensive)

View File

@ -1,6 +1,7 @@
/*!
\ingroup PkgLinearCellComplexConcepts
\cgalConcept
The concept `LinearCellComplex` represents a linear cell complex in dimension `d`, in an ambient space of dimension `d2`. This is a model of the concept of `GenericMap` adding a requirement to ensure that each vertex of the map is associated with a model of `CellAttributeWithPoint`.

View File

@ -5,13 +5,11 @@
The concept `SpatialSeparator` defines the requirements for
a separator.
\cgalAdvancedBegin
A separator is a `d-1`-dimensional subspace that
separates a `d`-dimensional space into two parts. One part of
space is said to be on the negative side of the separator and the
other part of space is said to be on the positive side of the
separator.
\cgalAdvancedEnd
\cgalHasModel `CGAL::Plane_separator<FT>`

View File

@ -1,10 +1,8 @@
/*!
\ingroup PkgSpatialSearchingDConcepts
\cgalAdvancedConcept
\cgalConcept
\cgalAdvancedBegin
The concept `Splitter` defines the requirements for a function object class implementing a splitting rule.
\cgalAdvancedEnd
\cgalHasModel `CGAL::Fair<Traits, SpatialSeparator>`
\cgalHasModel `CGAL::Median_of_rectangle<Traits, SpatialSeparator>`