From 59ff1bd8fbdcc11a10d532bffb8157dcc4009ca2 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 28 Oct 2005 11:57:44 +0000 Subject: Revert. --- doc/scripts/gdoc | 1 + 1 file changed, 1 insertion(+) 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 "("; -- cgit v1.2.1