Method: RTFDoc::Scope#menu_output
- Defined in:
- lib/rtfdoc.rb
#menu_output ⇒ Object
435 436 437 438 439 440 441 442 |
# File 'lib/rtfdoc.rb', line 435 def " <li>\n <div class=\"scope-title\">\#{name}</div>\n <ul class=\"scoped\">\#{sections.map(&:menu_output).join}</ul>\n </li>\n HTML\nend\n" |