Class: YARD::Parser::C::BodyStatement
- Defined in:
- lib/yard/parser/c/statement.rb
Instance Attribute Summary collapse
-
#comments ⇒ Object
Returns the value of attribute comments.
Constructor Details
This class inherits a constructor from YARD::Parser::C::Statement
Instance Attribute Details
#comments ⇒ Object
Returns the value of attribute comments.
39 40 41 |
# File 'lib/yard/parser/c/statement.rb', line 39 def comments @comments end |