# File lib/puppet/util/rdoc/generators/puppet_generator.rb, line 793
793:         def path
794:             if @options.all_one_file
795:                 aref
796:             else
797:                 @html_class.path + "#" + aref
798:             end
799:         end