diff --git a/Documentation/doc/resources/1.8.13/BaseDoxyfile.in b/Documentation/doc/resources/1.8.13/BaseDoxyfile.in
index 3d749fa16b6..e81e84db8ac 100644
--- a/Documentation/doc/resources/1.8.13/BaseDoxyfile.in
+++ b/Documentation/doc/resources/1.8.13/BaseDoxyfile.in
@@ -298,7 +298,9 @@ ALIASES = "cgal=%CGAL" \
"cgalFigureCaptionEnd=\htmlonly
\endhtmlonly" \
"cgalConcept=\details
\n \brief" \
"cgalConceptNamespace=\details \n \brief" \
- "cgalRefines=\xrefitem refines \"Refines\" \"Refinement Relationships\"" \
+ "cgalRefines=Refines:" \
+ "cgalRefines{1}=@cgalRefines @c \1." \
+ "cgalRefines{3}=@cgalRefines @c \1, @c \2 and @c \3." \
"cgalModels=\xrefitem models \"Is Model Of\" \"Is Model Relationships\"" \
"cgalGeneralizes=\xrefitem generalizes \"Generalizes\" \"Generalization Relationships\"" \
"cgalHasModel=\xrefitem hasModels \"Has Models\" \"Has Model Relationships\"" \
diff --git a/Documentation/doc/resources/1.8.4/BaseDoxyfile.in b/Documentation/doc/resources/1.8.4/BaseDoxyfile.in
index 10f3050a8f3..161b4edc538 100644
--- a/Documentation/doc/resources/1.8.4/BaseDoxyfile.in
+++ b/Documentation/doc/resources/1.8.4/BaseDoxyfile.in
@@ -281,7 +281,9 @@ ALIASES += "cgalFigureCaptionEnd=\htmlonly \endhtmlonly
"
ALIASES += "cgalConcept=\details \n \brief"
ALIASES += "cgalConceptNamespace=\details \n \brief"
-ALIASES += "cgalRefines=\xrefitem refines \"Refines\" \"Refinement Relationships\""
+ALIASES += "cgalRefines=Refines:" \
+ALIASES += "cgalRefines{1}=@cgalRefines @c \1." \
+ALIASES += "cgalRefines{3}=@cgalRefines @c \1, @c \2 and @c \3." \
ALIASES += "cgalRequires=\xrefitem requires \"Requires\" \"Type Requirements\""
ALIASES += "cgalModels=\xrefitem models \"Is Model Of\" \"Is Model Relationships\""
ALIASES += "cgalGeneralizes=\xrefitem generalizes \"Generalizes\" \"Generalization Relationships\""