summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-10-28 11:45:31 +0000
committerSimon Josefsson <simon@josefsson.org>2005-10-28 11:45:31 +0000
commitc96acc7c200535711be30eaa49d9e51a7753da62 (patch)
tree81d5c73ad22c815b58c981990b5e379f5d0a78a5
parent63ae2d76a39920b8e37fe7ad288591a96cedd8d7 (diff)
downloadgnutls-c96acc7c200535711be30eaa49d9e51a7753da62.tar.gz
Remove @anchor, texinfo @deftypefun create them implicitly.
-rwxr-xr-xdoc/scripts/gdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/scripts/gdoc b/doc/scripts/gdoc
index eef5c35512..0bca42922d 100755
--- a/doc/scripts/gdoc
+++ b/doc/scripts/gdoc
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-## Copyright (c) 2002, 2003, 2004 Simon Josefsson ##
+## Copyright (c) 2002, 2003, 2004, 2005 Simon Josefsson ##
## added -texinfo, -listfunc ##
## man page revamp ##
## various improvements ##
@@ -352,7 +352,6 @@ sub output_texinfo {
my $count;
print "\@subheading ".$args{'function'}."\n";
- print "\@anchor{".$args{'function'}."}\n";
print "\@deftypefun {" . $args{'functiontype'} . "} ";
print "{".$args{'function'}."} ";
print "(";