summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-08-29 15:38:49 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-08-29 15:38:53 +0200
commitb2c5d0a410e7b0f993055646431843cd25006be9 (patch)
treee53b7e310c926138cdcfc7d630ad6db3dc89ad62
parent272702017ae375cc61fddd17e6047b357f361963 (diff)
downloadgnutls-b2c5d0a410e7b0f993055646431843cd25006be9.tar.gz
latex: handle the deprecated function mark [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--doc/latex/macros.tex4
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}
{}