Class: YARD::Parser::C::BodyStatement

Inherits:
Statement
  • Object
show all
Defined in:
lib/yard/parser/c/statement.rb

Instance Attribute Summary collapse

Constructor Details

This class inherits a constructor from YARD::Parser::C::Statement

Instance Attribute Details

#commentsObject

Returns the value of attribute comments.



40
41
42
# File 'lib/yard/parser/c/statement.rb', line 40

def comments
  @comments
end