Method: RDoc::Markup::Document#omit_headings_below

Defined in:
lib/rdoc/markup/document.rb

#omit_headings_belowObject

If a heading is below the given level it will be omitted from the table_of_contents



19
20
21
# File 'lib/rdoc/markup/document.rb', line 19

def omit_headings_below
  @omit_headings_below
end