OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jsdoc
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
errorrules.py
26
flags.DEFINE_boolean('
jsdoc
', True,
27
'Whether to report errors for missing
JsDoc
.')
35
it returns the value of the
jsdoc
flag.
37
return FLAGS.
jsdoc
or error not in (
closurizednamespacesinfo.py
317
jsdoc
= state_tracker.GetDocComment()
318
if
jsdoc
and ('extraRequire' in
jsdoc
.suppressions):
332
jsdoc
= state_tracker.GetDocComment()
333
if
jsdoc
and ('extraProvide' in
jsdoc
.suppressions):
340
jsdoc
= state_tracker.GetDocComment()
341
if
jsdoc
and
jsdoc
.HasFlag('typedef'):
424
jsdoc
= state_tracker.GetDocComment(
[
all
...]
ecmalintrules.py
43
flags.DEFINE_list('custom_jsdoc_tags', '', 'Extra
jsdoc
tags to allow')
47
# TODO(robbyw): Ensure inline
jsDoc
is in {}
181
# TODO(robbyw): We should do actual parsing of
JsDoc
types. As is,
184
'
JsDoc
types cannot contain both "?" and "|": "%s"' % p, token)
555
'Invalid
JsDoc
tag: %s' % token.values['name'], token)
569
jsdoc
= state.GetDocComment()
579
if not (comment and comment.lower().count('
jsdoc
inherited')):
583
elif
jsdoc
and (not state.InConstructor() or
591
if (
jsdoc
.HasFlag('override') and not
jsdoc
.HasFlag('constructor'
[
all
...]
statetracker.py
52
# The list of standard
jsdoc
tags is from
240
"""Indicate that the
JSDoc
is well-formed but we had problems parsing it.
292
"""Test if the
jsdoc
implies documentation inheritance.
942
jsdoc
= self.GetDocComment()
943
if
jsdoc
:
/external/antlr/antlr-3.4/runtime/JavaScript/build/
README
18
*
jsdoc
-toolkit: Download the latest release from here: http://code.google.com/p/
jsdoc
-toolkit/downloads/list
20
* Move the unzipped folder to runtime/JavaScript/third/
jsdoc
-toolkit
Completed in 52 milliseconds