Skip to content

Commit

Permalink
Add doc for Tag#name if no tag name is supplied
Browse files Browse the repository at this point in the history
  • Loading branch information
ksss committed Oct 9, 2023
1 parent 2d197a3 commit c07b938
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 c07b938

Please sign in to comment.