Sha256: 56d7cf3111a731695ac19d71e18e84a0c2e4c73de7902ec53659865d1d3bbc7f

Contents?: true

Size: 224 Bytes

Versions: 76

Compression:

Stored size: 224 Bytes

Contents

# Handles any lone comment statement in a Ruby file
class YARD::Handlers::Ruby::CommentHandler < YARD::Handlers::Ruby::Base
  handles :comment, :void_stmt
  namespace_only

  process do
    register_docstring(nil)
  end
end

Version data entries

76 entries across 59 versions & 8 rubygems

Version Path
abaci-0.3.0 vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/comment_handler.rb
abaci-0.3.0 vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/comment_handler.rb
yard-0.9.5 lib/yard/handlers/ruby/comment_handler.rb
yard-0.9.4 lib/yard/handlers/ruby/comment_handler.rb
yard-0.9.3 lib/yard/handlers/ruby/comment_handler.rb
yard-0.9.2 lib/yard/handlers/ruby/comment_handler.rb
yard-0.9.1 lib/yard/handlers/ruby/comment_handler.rb
yard-0.9.0 lib/yard/handlers/ruby/comment_handler.rb
yard-0.8.7.6 lib/yard/handlers/ruby/comment_handler.rb
yard-0.8.7.5 lib/yard/handlers/ruby/comment_handler.rb
climine-0.0.7 vendor/bundle/ruby/2.1.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/comment_handler.rb
climine-0.0.7 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/comment_handler.rb
climine-0.0.6 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/comment_handler.rb
climine-0.0.5 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/comment_handler.rb
yard-0.8.7.4 lib/yard/handlers/ruby/comment_handler.rb
climine-0.0.4 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/comment_handler.rb
climine-0.0.3 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/comment_handler.rb
mango-0.8.0 vendor/bundler/ruby/2.1.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/comment_handler.rb
mango-0.7.1 vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/comment_handler.rb
mango-0.7.0 vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/lib/yard/handlers/ruby/comment_handler.rb