summaryrefslogtreecommitdiff
path: root/doc/gnutls.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-04 21:55:50 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-04 21:55:50 +0200
commit75d4058866611ed770509f023077e24a7bad607c (patch)
tree542aa0c222ca87c6fbe68cff5744e2ab174ceb60 /doc/gnutls.texi
parenta4c3908860047b1f90c26f1042de851281e64fca (diff)
downloadgnutls-75d4058866611ed770509f023077e24a7bad607c.tar.gz
better doc output
Diffstat (limited to 'doc/gnutls.texi')
-rw-r--r--doc/gnutls.texi42
1 files changed, 21 insertions, 21 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index b35bbfad32..986f924a97 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -76,52 +76,52 @@ Documentation License''.
@macro showfuncA{ref}
@table @code
-@item @ref{\ref\}
+@include functions.short/\ref\
@end table
@end macro
@macro showfuncB{ref1,ref2}
@table @code
-@item @ref{\ref1\}
-@item @ref{\ref2\}
+@include functions.short/\ref1\
+@include functions.short/\ref2\
@end table
@end macro
@macro showfuncC{ref1,ref2,ref3}
@table @code
-@item @ref{\ref1\}
-@item @ref{\ref2\}
-@item @ref{\ref3\}
+@include functions.short/\ref1\
+@include functions.short/\ref2\
+@include functions.short/\ref3\
@end table
@end macro
@macro showfuncD{ref1,ref2,ref3,ref4}
@table @code
-@item @ref{\ref1\}
-@item @ref{\ref2\}
-@item @ref{\ref3\}
-@item @ref{\ref4\}
+@include functions.short/\ref1\
+@include functions.short/\ref2\
+@include functions.short/\ref3\
+@include functions.short/\ref4\
@end table
@end macro
@macro showfuncE{ref1,ref2,ref3,ref4,ref5}
@table @code
-@item @ref{\ref1\}
-@item @ref{\ref2\}
-@item @ref{\ref3\}
-@item @ref{\ref4\}
-@item @ref{\ref5\}
+@include functions.short/\ref1\
+@include functions.short/\ref2\
+@include functions.short/\ref3\
+@include functions.short/\ref4\
+@include functions.short/\ref5\
@end table
@end macro
@macro showfuncF{ref1,ref2,ref3,ref4,ref5,ref6}
@table @code
-@item @ref{\ref1\}
-@item @ref{\ref2\}
-@item @ref{\ref3\}
-@item @ref{\ref4\}
-@item @ref{\ref5\}
-@item @ref{\ref6\}
+@include functions.short/\ref1\
+@include functions.short/\ref2\
+@include functions.short/\ref3\
+@include functions.short/\ref4\
+@include functions.short/\ref5\
+@include functions.short/\ref6\
@end table
@end macro