Sha256: 89632b4ddc98a1aacb4fe40e9aa353df2f9d21830daa3033751ea65a9ac25198
Contents?: true
Size: 906 Bytes
Versions: 3
Compression:
Stored size: 906 Bytes
Contents
# -*- encoding: utf-8 -*- # Author:: Couchbase <info@couchbase.com> # Copyright:: 2012 Couchbase, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # require 'yard' require File.dirname(__FILE__) + '/yard-xml/helper' YARD::Templates::Template.extra_includes = [YardXML::Helper] YARD::Templates::Engine.register_template_path(File.dirname(__FILE__) + '/templates')
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yard-xml-0.2.0 | lib/yard-xml.rb |
yard-xml-0.1.3 | lib/yard-xml.rb |
yard-xml-0.1.2 | lib/yard-xml.rb |