From c74e01ca0a9dce047b570f9f05f6ef258e35dcb1 Mon Sep 17 00:00:00 2001 From: Paul Spencer Date: Tue, 11 Mar 2014 07:46:42 -0400 Subject: [PATCH] Add @function as a custom jsdoc tag for the linter. --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index db326bc42b..30f4c4232a 100755 --- a/build.py +++ b/build.py @@ -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', + '--custom_jsdoc_tags=todo,function', '--strict', t.newer(t.dependencies)) t.touch()