From 501eee4b336793fcdb62fba8b6c0c9a0d38134ff Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 1 Oct 2003 18:43:43 +0000 Subject: Patch by Arne. Fixes a linking problem with _gnutls_handshake2str() and _gnutls_packet2str(). Some other fixes in the documentation creation. --- doc/scripts/gdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/scripts') diff --git a/doc/scripts/gdoc b/doc/scripts/gdoc index db582569e2..3839ee97d5 100755 --- a/doc/scripts/gdoc +++ b/doc/scripts/gdoc @@ -104,10 +104,10 @@ $type_env = "(\\\$\\w+)"; $type_param, "\$1" ); $blankline_html = "

"; -%highlights_texinfo = ( $type_constant, "@var{\$1}", - $type_func, "@code{\$1}", - $type_struct, "@code{\$1}", - $type_param, "@code{\$1}" ); +%highlights_texinfo = ( $type_constant, "\@var{\$1}", + $type_func, "\@code{\$1}", + $type_struct, "\@code{\$1}", + $type_param, "\@code{\$1}" ); $blankline_texinfo = ""; %highlights_tex = ( $type_constant, "{\\\\it \$1}", -- cgit v1.2.1