require 'rdoc/generators/template/html/html' # # Add a template for documenting configurations. Do so by inserting in the # template into the content regions used to template html. # (see 'rdoc/generators/html_generator' line 864) # [ RDoc::Page::BODY, RDoc::Page::FILE_PAGE, RDoc::Page::METHOD_LIST].each do |content| # this substitution method duplicates the attribute template for configurations # (see rdoc\generators\template\html line 523) # #IF:attributes #
%name% | #IF:rw #[%rw%] | #ENDIF:rw #IFNOT:rw ##ENDIF:rw # | %a_desc% | #