Skip to content

Commit

Permalink
Merge pull request #1516 from ksss/tag-name-nil
Browse files Browse the repository at this point in the history
Add doc for Tag#name if no tag name is supplied
  • Loading branch information
lsegal committed Aug 26, 2024
2 parents 714e850 + c07b938 commit 9fef20e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/yard/tags/tag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Tag
attr_accessor :types

# @return [String] a name associated with the tag
# @return [nil] if no tag name is supplied
attr_accessor :name

# @return [CodeObjects::Base] the associated object
Expand Down

0 comments on commit 9fef20e

Please sign in to comment.