diff options
Diffstat (limited to 'lib/yard/handlers/header/base.rb')
| -rw-r--r-- | lib/yard/handlers/header/base.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/yard/handlers/header/base.rb b/lib/yard/handlers/header/base.rb new file mode 100644 index 0000000..35859f7 --- /dev/null +++ b/lib/yard/handlers/header/base.rb @@ -0,0 +1,11 @@ +module YARD + module MRuby + module Handlers + module Header + class Base < YARD::Handlers::Base + include YARD::Parser::C + end + end + end + end +end |
