Skip to content

Latest commit

 

History

History
87 lines (39 loc) · 1.78 KB

DocParser.md

File metadata and controls

87 lines (39 loc) · 1.78 KB

firedoc 1.9.2

Fireball is the game engine for the future.

DocParser Class

Module: firedoc

Index

Properties
  • TAGLIST Array A list of known tags. This populates a member variable during initialization, and will be updated if additional digesters are added.
Methods
  • stringlog Parses the JSON data and formats it into a nice log string for filename and line number: /file/name.js:123
  • defineReadonly Define the readonly properties

Details

Properties

TAGLIST

A list of known tags. This populates a member variable during initialization, and will be updated if additional digesters are added.

meta description
Type Array
Defined lib/ast.js:52

Methods

stringlog

Parses the JSON data and formats it into a nice log string for filename and line number: /file/name.js:123

meta description
Defined lib/utils.js:418
Return String
Parameters
  • data Object The data block from the parser
defineReadonly

Define the readonly properties

meta description
Defined lib/utils.js:446