Method: YARD::Tags::Library.transitive_tags
- Defined in:
- lib/yard/tags/library.rb
.transitive_tags ⇒ Array<Symbol>
Sets the list of tags that should apply to any children inside the namespace they are defined in. For instance, a “@since” tag should apply to all methods inside a module it is defined in. Transitive tags can be overridden by directly defining a tag on the child object.
103 104 105 |
# File 'lib/yard/tags/library.rb', line 103 def @transitive_tags end |