Add capabilities to document events

This commit is contained in:
ahocevar
2014-03-24 21:53:18 +01:00
parent b613c9cde7
commit 50f8eb65fd
6 changed files with 61 additions and 1 deletions

View File

@@ -373,7 +373,7 @@ virtual('lint', 'build/lint-timestamp', 'build/lint-generated-timestamp',
def build_lint_src_timestamp(t):
t.run('%(GJSLINT)s',
'--jslint_error=all',
'--custom_jsdoc_tags=todo,function',
'--custom_jsdoc_tags=event,todo,function',
'--strict',
t.newer(t.dependencies))
t.touch()