diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-19 19:38:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-19 19:38:49 (GMT) |
commit | e194beb829498328d259ab5963b4a4ff2e066536 (patch) | |
tree | 6ef3d78b26884e5210308ef721fa30abb6a0d5b6 /Doc/perl | |
parent | e87ab1fbf2aeea00884c5a50c2e2ff2e1b568307 (diff) | |
download | cpython-e194beb829498328d259ab5963b4a4ff2e066536.zip cpython-e194beb829498328d259ab5963b4a4ff2e066536.tar.gz cpython-e194beb829498328d259ab5963b4a4ff2e066536.tar.bz2 |
Don't use a separate node for footnotes; see if people scream. ;-)
Diffstat (limited to 'Doc/perl')
-rw-r--r-- | Doc/perl/l2hinit.perl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 30361a7..c022c19 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -17,6 +17,7 @@ $INFO = 1; # 0 = do not make a "About this document..." section $MAX_LINK_DEPTH = 3; $ADDRESS = ''; +$NO_FOOTNODE = 1; $NUMBERED_FOOTNOTES = 1; # Python documentation uses section numbers to support references to match |