diff options
Diffstat (limited to 'lib/rdoc/parser/c.rb')
-rw-r--r-- | lib/rdoc/parser/c.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/parser/c.rb b/lib/rdoc/parser/c.rb index 27236a3ff5..05b1e77925 100644 --- a/lib/rdoc/parser/c.rb +++ b/lib/rdoc/parser/c.rb @@ -670,7 +670,7 @@ class RDoc::Parser::C < RDoc::Parser @options.title = param '' else - warn "Unrecognized directive :#{directive}:" + context.metadata[directive] = param false end end |