| Class | RDoc::Parser |
| In: |
lib/puppet/util/rdoc/parser.rb
|
| Parent: | Object |
| SITE | = | "__site__" |
| ast | [RW] | |
| input_file_name | [RW] | |
| top_level | [RW] |
look_for_directives_in scans the current comment for RDoc directives
create documentation for global variables assignements we can find in code and associate it with container
split_module tries to find if path belongs to the module path if it does, it returns the module name, otherwise if we are sure it is part of the global manifest path, "site" is returned. And finally if this path couldn‘t be mapped anywhere, nil is returned.