fix warnings detected by doxygen 1.8.4

This commit is contained in:
Sébastien Loriot 2013-05-24 12:49:02 +02:00
parent d812ac21ff
commit 2ac05c6d95
3 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ Moreover, `CGAL::Algebraic_structure_traits< IntegralDomain >` is a model of
- \link AlgebraicStructureTraits::Algebraic_category `CGAL::Algebraic_structure_traits< IntegralDomain >::Algebraic_category` \endlink derived from `CGAL::Integral_domain_tag`
- \link AlgebraicStructureTraits::Integral_division `CGAL::Algebraic_structure_traits< IntegralDomain >::Integral_division` \endlink which is a model of `AlgebraicStructureTraits_::IntegralDivision`
- \link AlgebraicStructureTraits::Divides`CGAL::Algebraic_structure_traits< IntegralDomain >::Divides`\endlink which is a model of `AlgebraicStructureTraits_::Divides`
- \link AlgebraicStructureTraits::Divides `CGAL::Algebraic_structure_traits< IntegralDomain >::Divides` \endlink which is a model of `AlgebraicStructureTraits_::Divides`
\cgalRefines `IntegralDomainWithoutDivision`

View File

@ -255,8 +255,8 @@ ALIASES += "cgalPkgAuthors{1}=<div class=\"PkgAuthors\">\1</div>"
ALIASES += "cgalPkgDesc{1}=<div class=\"PkgDescription\">\1</div>"
ALIASES += "cgalPkgSince{1}=<B>Introduced in:</B> \cgal \1<BR>"
ALIASES += "cgalPkgDependsOn{1}=<B>Depends on:</B> \1<BR>"
ALIASES += "cgalPkgLicense{1}=<B>License:</B> \1<BR>"
ALIASES += "cgalPkgDependsOn{1}=<B>Depends on:</B> \1 <BR>"
ALIASES += "cgalPkgLicense{1}=<B>License:</B> \1 <BR>"
ALIASES += "cgalPkgDemo{2}=<B>Demo:</B> <a href=\"http://www.cgal.org/demo/4.2/\2\">\1</a><BR>"
ALIASES += "cgalPkgDescriptionEnd="

View File

@ -38,7 +38,7 @@
This \cgal package implements several parameterization methods:
- Fixed border:
- Fixed border:
- Tutte Barycentric Mapping \cite t-hdg-63.
One-to-one mapping is guaranteed for convex border.
- Floater Mean Value Coordinates \cite cgal:f-mvc-03.
@ -47,7 +47,7 @@ This \cgal package implements several parameterization methods:
Conditionally guaranteed if all weights are positive and border is convex.
- Discrete Authalic parameterization \cite cgal:dma-ipsm-02.
Conditionally guaranteed if all weights are positive and border is convex.
- Free border:
- Free border:
- Least Squares Conformal Maps \cite cgal:lprm-lscm-02.
- `CGAL::Parameterizer_traits_3<ParameterizationMesh_3>`
@ -65,13 +65,13 @@ set of constraints (a constraint specifies two (u,v) coordinates for
each instance of a vertex along the border).
This package implements all common border parameterization methods:
- For fixed border methods:
- For fixed border methods:
- the user can select a border
parameterization among two common methods: uniform or
arc-length parameterizations.
- one convex shape specified by:
- one shape among a set of standard ones (circle, square).
- For free border methods: at least two constraints (the pinned
- For free border methods: at least two constraints (the pinned
vertices).
- `CGAL::Circular_border_arc_length_parameterizer_3<ParameterizationMesh_3>`