Sha256: 6f17a0add98c6a2129eb2e74f0b5c9efe3ef155d795c147128bd24e9a3c04028
Contents?: true
Size: 490 Bytes
Versions: 7
Compression:
Stored size: 490 Bytes
Contents
require 'yard' # The @map tag is used to indicate at what URI a controller is mapped. YARD::Tags::Library.define_tag('Mapped URI', :map) # The @permission tag can be used to define the required permissions. YARD::Tags::Library.define_tag('Required permissions', :permission) # The @event tag is a tag that indicates all the available events in a block of # code. YARD::Tags::Library.define_tag('Available Events', :event) YARD::Tags::Library.visible_tags += [:permission, :map, :event]
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
zen-0.4.3 | lib/yard/tags.rb |
zen-0.4.2 | lib/yard/tags.rb |
zen-0.4.1 | lib/yard/tags.rb |
zen-0.4 | lib/yard/tags.rb |
zen-0.3 | lib/yard/tags.rb |
zen-0.3b1 | lib/yard/tags.rb |
zen-0.3b | lib/yard/tags.rb |