# File lib/puppet/util/rdoc/generators/puppet_generator.rb, line 860
860:     def path
861:       if @options.all_one_file
862:         aref
863:       else
864:         @html_class.path + "##{aref}"
865:       end
866:     end