Namespace: meta

jsdoc/doclet.Doclet#meta

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

Namespaces

code

Members

columnno :number

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

filename :string

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

lineno :number

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

path

Source:

range :Array.<number>

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