Sha256: 49569f743bfb9b4eb9a74015bcdf898f8133653a8d2abd03e3d49cbe82089d14
Contents?: true
Size: 640 Bytes
Versions: 3
Compression:
Stored size: 640 Bytes
Contents
# Needed because running outside Gem # XXX Is there a better way to deal with this? $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) require "yard-rest-plugin/base_helper" YARD::Templates::Engine.register_template_path File.dirname(__FILE__) + '/../templates' # Define custom tags YARD::Tags::Library.define_tag("URL for Service", :url) YARD::Tags::Library.define_tag("Topic for Service", :topic) YARD::Tags::Library.define_tag("Arguments", :argument, :with_types_and_name) YARD::Tags::Library.define_tag("Example Responses", :example_response) YARD::Tags::Library.define_tag("Response Fields", :response_field, :with_name)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yard-rest-plugin-0.2.1 | lib/yard-rest-plugin.rb |
yard-rest-plugin-0.2.0 | lib/yard-rest-plugin.rb |
yard-rest-plugin-0.1.5 | lib/yard-rest-plugin.rb |