Method: YARD::Handlers::Ruby::Legacy::CommentHandler#process
- Defined in:
- lib/yard/handlers/ruby/legacy/comment_handler.rb
#process ⇒ void
This method returns an undefined value.
Main processing callback
7 8 9 |
# File 'lib/yard/handlers/ruby/legacy/comment_handler.rb', line 7 process do register_docstring(nil) end |