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