Lines Matching refs:sections

26  kernel-doc [-h] [-v] [-Werror] [-Wall] [-Wreturn] [-Wshort-description] [-Wcontents-before-sections]
37 [-no-doc-sections]
124 -sections => 'SYNOPSIS',
148 OUTPUT_ALL => 0, # output all symbols and doc sections
274 my %sections;
333 } elsif ($cmd eq "Wcontents-before-sections") {
341 } elsif ($cmd eq 'no-doc-sections') {
370 -sections => 'SYNOPSIS',
379 -sections => 'SYNOPSIS',
477 if (defined($sections{$name}) && ($sections{$name} ne "")) {
482 $sections{$name} .= $contents;
484 $sections{$name} = $contents;
512 'sections' => \%sections,
525 # sectionlist => @list of sections
526 # sections => %section descriptions
610 output_highlight($args{'sections'}{$section});
651 output_highlight($args{'sections'}{$section});
686 output_highlight($args{'sections'}{$section});
703 output_highlight($args{'sections'}{$section});
716 output_highlight($args{'sections'}{$section});
725 # This could use some work; it's used to output the DOC: sections, and
741 output_highlight_rst($args{'sections'}{$section});
931 output_highlight_rst($args{'sections'}{$section});
1277 'sections' => \%sections,
1385 'sections' => \%sections,
1431 'sections' => \%sections,
1455 'sections' => \%sections,
1641 # hence just ignore "[..." for the sections check;
1674 if (!defined($sections{$section_return}) ||
1675 $sections{$section_return} eq "") {
1729 # (which IIRC is what the two sections are for), C types (these
1796 'sections' => \%sections,
1809 'sections' => \%sections,
1820 %sections = ();
2133 emit_warning("${file}:$.", "contents before sections\n");
2247 %sections = ();
2468 All other functions and DOC: sections are ignored.
2484 =item -no-doc-sections
2486 Do not output DOC: sections.