congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo For Javascript
Tag.name
Code IndexAdd Tabnine to your IDE (free)

How to use
name
function
in
Tag

Best JavaScript code snippets using doctrine.Tag.name(Showing top 1 results out of 315)

origin: nodejs/http2

case "argument":
  if (!tag.type) {
    context.report({ node: jsdocNode, message: "Missing JSDoc parameter type for '{{name}}'.", data: { name: tag.name } });
    context.report({ node: jsdocNode, message: "Missing JSDoc parameter description for '{{name}}'.", data: { name: tag.name } });
  if (params[tag.name]) {
    context.report({ node: jsdocNode, message: "Duplicate JSDoc parameter '{{name}}'.", data: { name: tag.name } });
  } else if (tag.name.indexOf(".") === -1) {
    params[tag.name] = 1;
const name = param.name;
doctrine(npm)Tagname

JSDoc

The name of the thing this tag is documenting, if any.

Most used doctrine functions

  • parse
    Parse the given content as a jsdoc comment.
  • Annotation.description
    The overall description of the thing being documented.
  • Tag.description
    The description of the thing this tag is documenting.
  • Tag.name
    The name of the thing this tag is documenting, if any.
  • Tag.title
    The title of the jsdoc tag. e.g. `@foo` will have a title of 'foo'.

Popular in JavaScript

  • chalk
    Terminal string styling done right
  • webpack
    Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
  • crypto
  • async
    Higher-order functions and common patterns for asynchronous code
  • aws-sdk
    AWS SDK for JavaScript
  • postcss
  • qs
    A querystring parser that supports nesting and arrays, with a depth limit
  • request
    Simplified HTTP request client.
  • minimist
    parse argument options
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJavascript Code Index
Get Tabnine for your IDE now