From 50a59c3096e813896842bd5701cf9557f88b534c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 14 Feb 2019 10:27:26 +0100 Subject: [PATCH] add new macros to be used in classified reference manual --- Documentation/doc/resources/1.8.13/BaseDoxyfile.in | 2 ++ Documentation/doc/resources/1.8.14/BaseDoxyfile.in | 2 ++ Documentation/doc/resources/1.8.4/BaseDoxyfile.in | 3 +++ 3 files changed, 7 insertions(+) diff --git a/Documentation/doc/resources/1.8.13/BaseDoxyfile.in b/Documentation/doc/resources/1.8.13/BaseDoxyfile.in index e3f372bcf3d..1f83c704b62 100644 --- a/Documentation/doc/resources/1.8.13/BaseDoxyfile.in +++ b/Documentation/doc/resources/1.8.13/BaseDoxyfile.in @@ -291,6 +291,8 @@ ALIASES = "sc{1}=\1\1
" \ "cgalClassifedRefPages=\htmlonly

Classified Reference Pages

\endhtmlonly" \ + "cgalCRPSection{1}=

\1

" \ + "cgalCRPSubsection{1}=

\1

" \ "cgalCite{1}=\cite \1" # This tag can be used to specify a number of word-keyword mappings (TCL only). diff --git a/Documentation/doc/resources/1.8.14/BaseDoxyfile.in b/Documentation/doc/resources/1.8.14/BaseDoxyfile.in index 56a2538e6dc..601bb91ce64 100644 --- a/Documentation/doc/resources/1.8.14/BaseDoxyfile.in +++ b/Documentation/doc/resources/1.8.14/BaseDoxyfile.in @@ -292,6 +292,8 @@ ALIASES = "sc{1}=\1\1
" \ "cgalClassifedRefPages=\htmlonly[block]

Classified Reference Pages

\endhtmlonly" \ + "cgalCRPSection{1}=

\1

" \ + "cgalCRPSubsection{1}=

\1

" \ "cgalCite{1}=\cite \1" # This tag can be used to specify a number of word-keyword mappings (TCL only). diff --git a/Documentation/doc/resources/1.8.4/BaseDoxyfile.in b/Documentation/doc/resources/1.8.4/BaseDoxyfile.in index 4a3fea1307b..374652e092c 100644 --- a/Documentation/doc/resources/1.8.4/BaseDoxyfile.in +++ b/Documentation/doc/resources/1.8.4/BaseDoxyfile.in @@ -293,6 +293,9 @@ ALIASES+= "cgalHeading{1}= \1
" ALIASES+= "cgalClassifedRefPages=\htmlonly

Classified Reference Pages

\endhtmlonly" +ALIASES+= "cgalCRPSection{1}=

\1

" +ALIASES+= "cgalCRPSubsection{1}=

\1

" + ALIASES+= "cgalCite{1}=\cite \1" # This tag can be used to specify a number of word-keyword mappings (TCL only).