Doc updates

This commit is contained in:
Rashid Khan
2013-11-26 12:21:10 -07:00
parent 22993c46a5
commit e95503fef3
3 changed files with 29 additions and 22 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ module.exports = function(config) {
dest: config.docsDir,
options: {
unslash: true,
extension: '.asciidoc'
extension: '.asciidoc',
annotate: '// '
}
}
}