Method: Generators::HTMLPuppetResource#as_href
- Defined in:
- lib/puppet/util/rdoc/generators/puppet_generator.rb
#as_href(from_path) ⇒ Object
843 844 845 846 847 848 849 |
# File 'lib/puppet/util/rdoc/generators/puppet_generator.rb', line 843 def as_href(from_path) if @options.all_one_file "##{path}" else HTMLGenerator.gen_url(from_path, path) end end |