diff --git a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/IntegralDomain.h b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/IntegralDomain.h
index e81ba9054fc..1e3b98c1cbe 100644
--- a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/IntegralDomain.h
+++ b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/IntegralDomain.h
@@ -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`
diff --git a/Documentation/Doxyfile b/Documentation/Doxyfile
index 46f4087ead5..696aede5284 100644
--- a/Documentation/Doxyfile
+++ b/Documentation/Doxyfile
@@ -255,8 +255,8 @@ ALIASES += "cgalPkgAuthors{1}=
\1
"
ALIASES += "cgalPkgDesc{1}=\1
"
ALIASES += "cgalPkgSince{1}=Introduced in: \cgal \1
"
-ALIASES += "cgalPkgDependsOn{1}=Depends on: \1
"
-ALIASES += "cgalPkgLicense{1}=License: \1
"
+ALIASES += "cgalPkgDependsOn{1}=Depends on: \1
"
+ALIASES += "cgalPkgLicense{1}=License: \1
"
ALIASES += "cgalPkgDemo{2}=Demo: \1
"
ALIASES += "cgalPkgDescriptionEnd="
diff --git a/Surface_mesh_parameterization/doc/Surface_mesh_parameterization/PackageDescription.txt b/Surface_mesh_parameterization/doc/Surface_mesh_parameterization/PackageDescription.txt
index 551782984ac..14d9f2b144f 100644
--- a/Surface_mesh_parameterization/doc/Surface_mesh_parameterization/PackageDescription.txt
+++ b/Surface_mesh_parameterization/doc/Surface_mesh_parameterization/PackageDescription.txt
@@ -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`
@@ -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`