summaryrefslogtreecommitdiff
path: root/doc/scripts/mytexi2latex
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-12 13:51:03 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-12 15:30:43 +0200
commit0b0a2de3c84c51136d8f114284d7279dd4087538 (patch)
treea115d856d41d45e01b28ee39832121cd2c5f5d23 /doc/scripts/mytexi2latex
parentc5444982b322a1917b477a2053845bc9fab970ad (diff)
downloadgnutls-0b0a2de3c84c51136d8f114284d7279dd4087538.tar.gz
Internals section updated.
Diffstat (limited to 'doc/scripts/mytexi2latex')
-rwxr-xr-xdoc/scripts/mytexi2latex1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex
index ad61af74c5..85ed327cd1 100755
--- a/doc/scripts/mytexi2latex
+++ b/doc/scripts/mytexi2latex
@@ -327,6 +327,7 @@ multitable:
$line =~ s/\@emph\{($spacematch+)\}/\\emph{$1}/g;
$line =~ s/\@xref\{/\\myref\{/g;
$line =~ s/\@funcref\{($codematch+)\}/$pfuncref->($1)/ge;
+ $line =~ s/\@funcintref\{($codematch+)\}/$pfuncref->($1)/ge;
$line =~ s/\@showfunc([A-Z])\{($codematch+)\}/$pshowfunc->($1,$2)/ge;
$line =~ s/\@showfuncdesc\{($codematch+)\}/$pshowfuncdesc->($1)/ge;
$line =~ s/\@pxref\{/\\myref\{/g;