Searched full:jsdoc (Results 1 – 12 of 12) sorted by relevance
| /external/antlr/runtime/JavaScript/build/ |
| D | build.xml | 138 <target name="make-docs" description="Generate jsdoc API documentation." depends="-init"> 139 <property name="jsdoc.dir" value="${third.dir}/jsdoc-toolkit" /> 143 <java jar="${jsdoc.dir}/jsrun.jar" fork="yes"> 144 …<arg line="${jsdoc.dir}/app/run.js ${src.dir} -r=10 -t=${jsdoc.dir}/templates/jsdoc -d=${docs.dir}…
|
| D | README | 18 …* jsdoc-toolkit: Download the latest release from here: http://code.google.com/p/jsdoc-toolkit/dow… 20 * Move the unzipped folder to runtime/JavaScript/third/jsdoc-toolkit
|
| /external/perfetto/ui/ |
| D | .eslintrc.js | 20 // We don't want to enforce jsdoc everywhere: 21 'require-jsdoc': 'off', 23 // Relax jsdoc requirements 24 'valid-jsdoc': ['error', {
|
| D | build.js | 445 // itself that is slow. It invokes jsdoc to parse the comments out of
|
| D | pnpm-lock.yaml | 924 /@jsdoc/salty@0.2.5: 4166 /jsdoc@4.0.2: 4172 '@jsdoc/salty': 0.2.5 4939 jsdoc: 4.0.2
|
| /external/google-styleguide/ |
| D | jsguide.html | 33 the phrase <q>documentation comments</q>, instead using the common term “JSDoc” 118 <li><code>@fileoverview</code> JSDoc, if present</li> 132 <h3 id="file-fileoverview">3.2 <code>@fileoverview</code> JSDoc, if present</h3> 134 <p>See <a href="#jsdoc-top-file-level-comments">??</a> for formatting rules.</p> 671 * @param {!some.unimported.Dependency} param All external types used in JSDoc 848 <code>@extends</code> JSDoc annotation unless the class extends a templatized type.</p> 1076 literals, comments, and JSDoc, a single internal ASCII space also appears in the 1183 <p>This section addresses <em>implementation comments</em>. JSDoc is addressed separately 1184 in <a href="#jsdoc">??</a>.</p> 1206 <p>Do not use JSDoc (<code>/** … */</code>) for implementation comments.</p> [all …]
|
| D | javascriptguide.xml | 1298 <SUMMARY>Encouraged, use JSDoc annotations <code>@private</code> and 1301 <p>We recommend the use of the JSDoc annotations <code>@private</code> and 1417 <p>When documenting a type in JSDoc, be as specific and accurate as 1423 types. We use this language in JsDoc to express the types of 1469 <code>@constructor</code> JSDoc tag. 1471 <code>@interface</code> JSDoc tag.<p/> 1489 JSDoc tag. The properties of this literal are the instances 2006 JSDoc comments on enum values are optional. 2216 <SUMMARY>Use JSDoc</SUMMARY> 2225 <a href="https://code.google.com/p/jsdoc-toolkit/">JSDoc</a> [all …]
|
| /external/skia/modules/canvaskit/npm_build/types/ |
| D | tslint.json | 9 "no-redundant-jsdoc": false, 10 "no-redundant-jsdoc-2": true,
|
| /external/pigweed/pw_web/log-viewer/ |
| D | package.json | 19 "prettier-plugin-jsdoc": "^0.4.2"
|
| D | package-lock.json | 15 "prettier-plugin-jsdoc": "^0.4.2" 6946 "node_modules/prettier-plugin-jsdoc": { 6948 … "resolved": "https://registry.npmjs.org/prettier-plugin-jsdoc/-/prettier-plugin-jsdoc-0.4.2.tgz",
|
| /external/cronet/third_party/protobuf/src/google/protobuf/compiler/js/ |
| D | js_generator.cc | 2836 " * $jsdoc$\n" in GenerateClassField() 2844 "jsdoc", field->is_repeated() in GenerateClassField()
|
| /external/google-cloud-java/java-speech/ |
| D | CHANGELOG.md | 224 * use full link in comment to fix JSDoc broken link ([#861](https://github.com/googleapis/java-spee…
|