Method: AdLint::Cpp::Lexer#notify_block_comment_found
- Defined in:
- lib/adlint/cpp/lexer.rb
#notify_block_comment_found(comment, loc) ⇒ Object
129 130 131 |
# File 'lib/adlint/cpp/lexer.rb', line 129 def notify_block_comment_found(comment, loc) on_block_comment_found.invoke(comment, loc) end |