Namespace: meta

jsdoc/doclet.Doclet#setMeta#meta

Information about the source code associated with this doclet.
Source:

Namespaces

code

Members

(static) filename :string

The name of the file containing the code associated with this doclet.
Type:
  • string
Source:

(static) lineno :number

The line number of the code associated with this doclet.
Type:
  • number
Source:

(static) range :Array.<number>

The positions of the first and last characters of the code associated with this doclet.
Type:
  • Array.<number>
Source: