From: Reinhold Kainhofer Date: Thu, 17 Jul 2008 23:20:49 +0000 (+0200) Subject: texi2html: Small changes in comments X-Git-Tag: release/2.11.58-1~32^2~121 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f64509d07251a9dfa74d5822d725d0a9d9af0b5a;p=lilypond.git texi2html: Small changes in comments --- diff --git a/lilypond-texi2html.init b/lilypond-texi2html.init index 9c0adf3636..768a6dbdac 100644 --- a/lilypond-texi2html.init +++ b/lilypond-texi2html.init @@ -218,7 +218,7 @@ sub split_at_numbered_sections($$$) # normalize to the same file name as texinfo $anchor = texinfo_file_name($anchor); $$element{id} = $anchor; - # Numbered sections will get a filename Section_1.1.2, unnumbered sections will use + # Numbered sections will get a filename Node_title, unnumbered sections will use # the file name of the previous numbered section: if ($$element{number}) { my $filename = $anchor; @@ -263,7 +263,7 @@ sub lilypond_external_ref($$$$$$) $file_node = &$anchor('', $href, $file_node) if ($file_node ne ''); return &$I('%{node_file_href}', { 'node_file_href' => $file_node }); -# Default: format as "see NODE section 'SECTION' in BOOK" +# Default: format as "see NODE section 'SECTION' in BOOK". We don't want this! # return t2h_default_external_ref($type, $section, $book, $file_node, $href, $cross_ref); }