diff --git a/doc/salome/gui/SMESH/input/about_hypo.doc b/doc/salome/gui/SMESH/input/about_hypo.doc
index b17225d56..5690ff36c 100644
--- a/doc/salome/gui/SMESH/input/about_hypo.doc
+++ b/doc/salome/gui/SMESH/input/about_hypo.doc
@@ -40,11 +40,11 @@ There also exist
\subpage additional_hypo_page "Additional Hypotheses" used together
with other hypotheses:
-- Propagation of 1D Hypothesis on opposite edges
-- Non conform mesh allowed
-- Quadratic mesh
-- Quadrangle preference
-- Viscous layers
+- \ref propagation_anchor "Propagation of 1D Hypothesis on opposite edges"
+- \ref viscous_layers_anchor "Viscous layers"
+- \ref quadratic_mesh_anchor "Quadratic mesh"
+- \ref non_conform_allowed_anchor "Non conform mesh allowed"
+- \ref quadrangle_preference_anchor "Quadrangle preference"
The choice of a hypothesis depends on:
diff --git a/doc/salome/gui/SMESH/input/additional_hypo.doc b/doc/salome/gui/SMESH/input/additional_hypo.doc
index f0c623b1c..61ac4800c 100644
--- a/doc/salome/gui/SMESH/input/additional_hypo.doc
+++ b/doc/salome/gui/SMESH/input/additional_hypo.doc
@@ -9,18 +9,21 @@ To define an Additional Hypothesis simply select it in
Create Mesh menu. These hypotheses are actually changes in the
rules of mesh creation and as such don't possess adjustable values.
+\anchor non_conform_allowed_anchor
Non Conform mesh allowed hypothesis
Non Conform mesh allowed hypothesis allows to generate non-conform
meshes (that is, meshes having some edges ending on an edge or face of
adjacent elements).
+\anchor quadratic_mesh_anchor
Quadratic Mesh
Quadratic Mesh hypothesis allows to build a quadratic mesh (whose
edges are not straight but broken lines and can be defined by three
points: first, middle and last) instead of an ordinary one.
+\anchor propagation_anchor
Propagation of 1D Hypothesis on opposite edges
Propagation of 1D Hypothesis on opposite edges allows to propagate a
@@ -32,20 +35,22 @@ has been locally defined on the opposite edge.
See Also a sample TUI Script of a
\ref tui_propagation "Propagation hypothesis" operation
+\anchor quadrangle_preference_anchor
Quadrangle Preference
This additional hypothesis can be used together with 2D triangulation algorithms.
It allows 2D triangulation algorithms to build quadrangular meshes.
-
-This hypothesis has one restriction on its work: the total quantity of
+When used with "Quadrangle (Mapping)" meshing algorithm, that is obsolete
+ since introducing \ref hypo_quad_params_anchor "Quadrangle parameters"
+hypothesis, this hypothesis has one restriction on its work: the total quantity of
segments on all four sides of the face must be even (divisible by 2).
\anchor viscous_layers_anchor
Viscous Layers
Viscous Layers additional hypothesis can be used together with
-3D algorithms, Hexahedron(i,j,k) for example. This
+some 3D algorithms, Hexahedron(i,j,k) for example. This
hypothesis allows creation of layers of highly stretched prisms near
mesh boundary, which is beneficial for high quality viscous
computations. The prisms constructed on the quadrangular mesh faces are
diff --git a/doc/salome/gui/SMESH/input/basic_meshing_algos.doc b/doc/salome/gui/SMESH/input/basic_meshing_algos.doc
index 9532e2a91..74e106143 100644
--- a/doc/salome/gui/SMESH/input/basic_meshing_algos.doc
+++ b/doc/salome/gui/SMESH/input/basic_meshing_algos.doc
@@ -21,8 +21,7 @@ shape of a mesh.
For meshing of 2D entities (faces):
-- Triangle meshing algorithms (Mefisto) - Faces
-are split into triangular elements.
+- Triangle meshing algorithms (Mefisto) - Faces are split into triangular elements.
- Quadrangle meshing algorithm (Mapping) - quadrilateral Faces are split into
quadrangular elements.
@@ -51,6 +50,7 @@ Some of 3D meshing algorithms also can generate 3D meshes from 2D meshes, workin
geometrical objects. Such algorithms are
- Hexahedron meshing algorithm (i,j,k),
+
There is also a number of more specific algorithms: