Searched refs:has_release_sections (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/site/changes/
H A Dchanges2html.pl371 my $has_release_sections = has_release_sections($sections);
380 if ($has_release_sections);
390 if ($has_release_sections and $heading);
393 my $list = ($has_release_sections || $list_type eq 'numbered' ? 'ol' : 'ul');
396 unless ($has_release_sections and not $heading);
513 print " </$list>\n" unless ($has_release_sections and not $heading);
514 print " </li>\n" if ($has_release_sections);
516 print "</ul>\n" if ($has_release_sections);
523 # Subroutine: has_release_sections
533 sub has_release_sections { subroutine
[all...]

Completed in 11 milliseconds