diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-03-03 14:08:04 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-03-03 14:08:04 +0100 |
commit | c8048f6a8ce756bdae450c266077510f19120096 (patch) | |
tree | 2f063269ff7e017d3f2ccf119eed86b6172c3e69 /doc/scripts/mytexi2latex | |
parent | 84fdabbb9661960caf3ddfd99678d2febd50d124 (diff) | |
download | gnutls-c8048f6a8ce756bdae450c266077510f19120096.tar.gz |
changes in asynchronous documentation
Diffstat (limited to 'doc/scripts/mytexi2latex')
-rwxr-xr-x | doc/scripts/mytexi2latex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex index 688c04173a..80ca3cea3c 100755 --- a/doc/scripts/mytexi2latex +++ b/doc/scripts/mytexi2latex @@ -379,6 +379,7 @@ multitable: $line =~ s/\@showfunc([A-Z])\{($codematch+)\}/$pshowfunc->($1,$2)/ge; $line =~ s/\@showfuncdesc\{($codematch+)\}/$pshowfuncdesc->($1)/ge; $line =~ s/\@showenumdesc\{($codematch+),($extcodematch+)\}/$pshowenumdesc->($1,$2)/ge; + $line =~s/\@pxref\{($spacematch+),($spacematch+)\}/\\myref\{$1\}/g; $line =~ s/\@pxref\{/\\myref\{/g; $line =~ s/\@center (.*)/\\begin{center}\n$1\n\\end{center}/g; if ($line =~ m/\@email/) { |