diff options
-rw-r--r-- | doc/latex/macros.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/latex/macros.tex b/doc/latex/macros.tex index f055bcf764..556e491f79 100644 --- a/doc/latex/macros.tex +++ b/doc/latex/macros.tex @@ -193,6 +193,10 @@ {\vspace{0.5cm}{\bf Description:}\footnotesize} {} +\newenvironment{functionDeprecated}% +{\vspace{0.5cm}{\bf Deprecated:}\footnotesize} +{} + \newenvironment{functionLimitation}% {\vspace{0.5cm}{\it Limitation:}\footnotesize} {} |