summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-10-28 11:57:44 +0000
committerSimon Josefsson <simon@josefsson.org>2005-10-28 11:57:44 +0000
commit59ff1bd8fbdcc11a10d532bffb8157dcc4009ca2 (patch)
tree18a1d8ff3feb717a31ff770a2a8dad468c510e97
parentad6287d1f4830a174f301e3274bd86652ab4cabb (diff)
downloadgnutls-59ff1bd8fbdcc11a10d532bffb8157dcc4009ca2.tar.gz
Revert.
-rwxr-xr-xdoc/scripts/gdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/scripts/gdoc b/doc/scripts/gdoc
index 0bca42922d..81d6eeb887 100755
--- a/doc/scripts/gdoc
+++ b/doc/scripts/gdoc
@@ -352,6 +352,7 @@ sub output_texinfo {
my $count;
print "\@subheading ".$args{'function'}."\n";
+ print "\@anchor{".$args{'function'}."}\n";
print "\@deftypefun {" . $args{'functiontype'} . "} ";
print "{".$args{'function'}."} ";
print "(";