# File lib/generators/templates/application/merb_core/doc/rdoc/generators/merb_generator.rb, line 248
        def cvs_url(url, full_path)
            if /%s/ =~ url
                return sprintf( url, full_path )
            else
                return url + full_path
            end
        end