From: Nikos Mavrogiannopoulos Date: Sat, 18 Feb 2012 12:48:23 +0000 (+0100) Subject: do not stick parameters to the next word. X-Git-Tag: gnutls_3_0_13~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b590f456a87beab2285a057b9f990d4a331bbfec;p=thirdparty%2Fgnutls.git do not stick parameters to the next word. --- diff --git a/doc/scripts/gdoc b/doc/scripts/gdoc index a1ab4ab299..9863baebad 100755 --- a/doc/scripts/gdoc +++ b/doc/scripts/gdoc @@ -148,7 +148,7 @@ $type_env = "(\\\$[A-Za-z0-9_]+)"; %highlights_html = ( $type_constant, '"$1"', $type_func, '"$1"', $type_struct, '"$1"', - $type_param, '" $1"' ); + $type_param, '" $1 "' ); $blankline_html = "

"; %highlights_texinfo = ( $type_param, '" \@code{$1} "', @@ -158,7 +158,7 @@ $blankline_html = "

"; ); $blankline_texinfo = ""; -%highlights_tex = ( $type_param, '" {\\\bf $1}"', +%highlights_tex = ( $type_param, '" {\\\bf $1} "', $type_constant, '"{\\\it $1}"', $type_func, '"{\\\bf $1}"', $type_struct, '"{\\\it $1}"', @@ -170,21 +170,21 @@ $blankline_tex = "\\\\"; $type_func, '"$1"', $type_struct, '"$1"', $type_env, '"$1"', - $type_param, '" $1"' ); + $type_param, '" $1 "' ); $blankline_sgml = "\n"; # these are pretty rough %highlights_man = ( $type_constant, '"\\\fB$1\\\fP"', $type_func, '"\\\fB$1\\\fP"', $type_struct, '"\\\fB$1\\\fP"', - $type_param, '" \\\fI$1\\\fP"' ); + $type_param, '" \\\fI$1\\\fP "' ); $blankline_man = ""; # text-mode %highlights_text = ( $type_constant, '"$1"', $type_func, '"$1"', $type_struct, '"$1"', - $type_param, '"$1"' ); + $type_param, '"$1 "' ); $blankline_text = ""; my $lineprefix = "";