mirror of https://github.com/CGAL/cgal
add cgalepicexact macro for all doxygen versions
This commit is contained in:
parent
721aafd22e
commit
a5cfd5ebad
|
|
@ -359,7 +359,8 @@ ALIASES = "cgal=%CGAL" \
|
||||||
"cgalParamNEnd=</ul> \htmlonly[block] </div> \endhtmlonly </td><td></td></tr>" \
|
"cgalParamNEnd=</ul> \htmlonly[block] </div> \endhtmlonly </td><td></td></tr>" \
|
||||||
"cgalParamSectionBegin{1}=\cgalParamNBegin{\1}" \
|
"cgalParamSectionBegin{1}=\cgalParamNBegin{\1}" \
|
||||||
"cgalParamSectionEnd=\cgalParamNEnd" \
|
"cgalParamSectionEnd=\cgalParamNEnd" \
|
||||||
"cgalParamPrecondition{1}=<li><b>Precondition: </b>\1</li>"
|
"cgalParamPrecondition{1}=<li><b>Precondition: </b>\1</li>" \
|
||||||
|
"cgalEpicExact=<dl class=\"section note\"><dt>Exactness</dt><dd>This construction is trivial and therefore always exact in `Exact_predicates_inexact_constructions_kernel`.</dd></dl>"
|
||||||
|
|
||||||
# This tag can be used to specify a number of word-keyword mappings (TCL only).
|
# This tag can be used to specify a number of word-keyword mappings (TCL only).
|
||||||
# A mapping has the form "name=value". For example adding "class=itcl::class"
|
# A mapping has the form "name=value". For example adding "class=itcl::class"
|
||||||
|
|
|
||||||
|
|
@ -353,7 +353,8 @@ ALIASES = "cgal=%CGAL" \
|
||||||
"cgalParamNEnd=</ul> \htmlonly[block] </div> \endhtmlonly </td><td></td></tr>" \
|
"cgalParamNEnd=</ul> \htmlonly[block] </div> \endhtmlonly </td><td></td></tr>" \
|
||||||
"cgalParamSectionBegin{1}=\cgalParamNBegin{\1}" \
|
"cgalParamSectionBegin{1}=\cgalParamNBegin{\1}" \
|
||||||
"cgalParamSectionEnd=\cgalParamNEnd" \
|
"cgalParamSectionEnd=\cgalParamNEnd" \
|
||||||
"cgalParamPrecondition{1}=<li><b>Precondition: </b>\1</li>"
|
"cgalParamPrecondition{1}=<li><b>Precondition: </b>\1</li>" \
|
||||||
|
"cgalEpicExact=<dl class=\"section note\"><dt>Exactness</dt><dd>This construction is trivial and therefore always exact in `Exact_predicates_inexact_constructions_kernel`.</dd></dl>"
|
||||||
|
|
||||||
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
|
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
|
||||||
# only. Doxygen will then generate output that is more tailored for C. For
|
# only. Doxygen will then generate output that is more tailored for C. For
|
||||||
|
|
|
||||||
|
|
@ -375,7 +375,8 @@ ALIASES = "cgal=%CGAL" \
|
||||||
"cgalParamNEnd=</ul> \htmlonly[block] </div> \endhtmlonly </td><td></td></tr>" \
|
"cgalParamNEnd=</ul> \htmlonly[block] </div> \endhtmlonly </td><td></td></tr>" \
|
||||||
"cgalParamSectionBegin{1}=\cgalParamNBegin{\1}" \
|
"cgalParamSectionBegin{1}=\cgalParamNBegin{\1}" \
|
||||||
"cgalParamSectionEnd=\cgalParamNEnd" \
|
"cgalParamSectionEnd=\cgalParamNEnd" \
|
||||||
"cgalParamPrecondition{1}=<li><b>Precondition: </b>\1</li>"
|
"cgalParamPrecondition{1}=<li><b>Precondition: </b>\1</li>" \
|
||||||
|
"cgalEpicExact=<dl class=\"section note\"><dt>Exactness</dt><dd>This construction is trivial and therefore always exact in `Exact_predicates_inexact_constructions_kernel`.</dd></dl>"
|
||||||
|
|
||||||
|
|
||||||
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
|
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
|
||||||
|
|
|
||||||
|
|
@ -365,6 +365,7 @@ ALIASES+= "cgalParamNEnd=</ul> \htmlonly[block] </div> \endhtmlonly </td><td></t
|
||||||
ALIASES+= "cgalParamSectionBegin{1}=\cgalParamNBegin{\1}"
|
ALIASES+= "cgalParamSectionBegin{1}=\cgalParamNBegin{\1}"
|
||||||
ALIASES+= "cgalParamSectionEnd=\cgalParamNEnd"
|
ALIASES+= "cgalParamSectionEnd=\cgalParamNEnd"
|
||||||
ALIASES+= "cgalParamPrecondition{1}=<li><b>Precondition: </b>\1</li>"
|
ALIASES+= "cgalParamPrecondition{1}=<li><b>Precondition: </b>\1</li>"
|
||||||
|
ALIASES+= "cgalEpicExact=<dl class=\"section note\"><dt>Exactness</dt><dd>This construction is trivial and therefore always exact in `Exact_predicates_inexact_constructions_kernel`.</dd></dl>"
|
||||||
|
|
||||||
|
|
||||||
# This tag can be used to specify a number of word-keyword mappings (TCL only).
|
# This tag can be used to specify a number of word-keyword mappings (TCL only).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue