tasks/doc.rake in nanoc-4.0.0b4 vs tasks/doc.rake in nanoc-4.0.0rc1
- old
+ new
@@ -9,8 +9,8 @@
'--readme', 'README.md',
'--files', 'NEWS.md,LICENSE',
'--output-dir', 'doc/yardoc',
'--template-path', 'doc/yardoc_templates',
'--load', 'doc/yardoc_handlers/identifier.rb',
- '--query', '@api.text != "private"',
+ '--query', '@api.text != "private"'
]
end