mirror of https://github.com/CGAL/cgal
issue #7231 Improvement of layout of refines relations.
Updating the 1.8.4 and 1.8.13 version as well
This commit is contained in:
parent
d7f3bba742
commit
106e7d4325
|
|
@ -298,7 +298,9 @@ ALIASES = "cgal=%CGAL" \
|
|||
"cgalFigureCaptionEnd=\htmlonly </div> <br> \endhtmlonly" \
|
||||
"cgalConcept=\details <div id=\"CGALConcept\"></div>\n \brief" \
|
||||
"cgalConceptNamespace=\details <div id=\"CGALConceptNS\"></div>\n \brief" \
|
||||
"cgalRefines=\xrefitem refines \"Refines\" \"Refinement Relationships\"" \
|
||||
"cgalRefines=<b>Refines</b>:" \
|
||||
"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\"" \
|
||||
|
|
|
|||
|
|
@ -281,7 +281,9 @@ ALIASES += "cgalFigureCaptionEnd=\htmlonly </div> \endhtmlonly <br>"
|
|||
ALIASES += "cgalConcept=\details <div id=\"CGALConcept\"></div>\n \brief"
|
||||
ALIASES += "cgalConceptNamespace=\details <div id=\"CGALConceptNS\"></div>\n \brief"
|
||||
|
||||
ALIASES += "cgalRefines=\xrefitem refines \"Refines\" \"Refinement Relationships\""
|
||||
ALIASES += "cgalRefines=<b>Refines</b>:" \
|
||||
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\""
|
||||
|
|
|
|||
Loading…
Reference in New Issue