diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-06-27 15:19:11 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-06-27 15:19:11 +0000 |
commit | a88f87d239d51a32ae8e02db014fc3e2c1fee57b (patch) | |
tree | b9004fa1f52cb71fe0d8738400b434b1e32ecdef /doc/gdoc | |
parent | 403b25d752ebac4a3d42099b8531300f1261f1dc (diff) | |
download | libtasn1-a88f87d239d51a32ae8e02db014fc3e2c1fee57b.tar.gz libtasn1-a88f87d239d51a32ae8e02db014fc3e2c1fee57b.tar.bz2 libtasn1-a88f87d239d51a32ae8e02db014fc3e2c1fee57b.zip |
Fix texinfo output, from gnutls.
Diffstat (limited to 'doc/gdoc')
-rwxr-xr-x | doc/gdoc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -351,6 +351,8 @@ sub output_texinfo { my ($parameter, $section); my $count; + print "\@subheading ".$args{'function'}."\n"; + print "\@anchor{".$args{'function'}."}\n"; print "\@deftypefun {" . $args{'functiontype'} . "} "; print "{".$args{'function'}."} "; print "("; |