From 106e7d4325abde936e46a16b6600bd40a78dbb9e Mon Sep 17 00:00:00 2001 From: albert-github Date: Thu, 2 Feb 2023 09:44:01 +0100 Subject: [PATCH] issue #7231 Improvement of layout of refines relations. Updating the 1.8.4 and 1.8.13 version as well --- Documentation/doc/resources/1.8.13/BaseDoxyfile.in | 4 +++- Documentation/doc/resources/1.8.4/BaseDoxyfile.in | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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\""