api documentation for typedoc (v0.5.10)

Create api documentations for typescript projects.

table of contents

  1. module typedoc
    1. function typedoc.Application (options)
    2. function typedoc.CliApplication ()
    3. function typedoc.Event (name)
    4. function typedoc.EventDispatcher ()
    5. function typedoc.ProjectReflection (name)
    6. function typedoc.normalizePath (path)
    7. function typedoc.resetReflectionID ()
    8. object typedoc.Application.prototype
    9. object typedoc.CliApplication.prototype
    10. object typedoc.Event.prototype
    11. object typedoc.EventDispatcher.prototype
    12. object typedoc.ProjectReflection.prototype
  2. module typedoc.Application
    1. function typedoc.Application (options)
    2. string typedoc.Application.VERSION
  3. module typedoc.Application.prototype
    1. boolean typedoc.Application.prototype.isCLI
    2. function typedoc.Application.prototype.bootstrap (options)
    3. function typedoc.Application.prototype.constructor (options)
    4. function typedoc.Application.prototype.convert (src)
    5. function typedoc.Application.prototype.expandInputFiles (inputFiles)
    6. function typedoc.Application.prototype.generateDocs (input, out)
    7. function typedoc.Application.prototype.generateJson (input, out)
    8. function typedoc.Application.prototype.getTypeScriptPath ()
    9. function typedoc.Application.prototype.getTypeScriptVersion ()
    10. function typedoc.Application.prototype.toString ()
    11. object typedoc.Application.prototype._componentOptions
    12. object typedoc.Application.prototype.application
    13. string typedoc.Application.prototype.componentName
  4. module typedoc.CliApplication
    1. function typedoc.CliApplication ()
  5. module typedoc.CliApplication.prototype
    1. boolean typedoc.CliApplication.prototype.isCLI
    2. function typedoc.CliApplication.prototype.bootstrap (options)
    3. function typedoc.CliApplication.prototype.constructor ()
  6. module typedoc.Event
    1. function typedoc.Event (name)
  7. module typedoc.Event.prototype
    1. function typedoc.Event.prototype.preventDefault ()
    2. function typedoc.Event.prototype.stopPropagation ()
  8. module typedoc.EventDispatcher
    1. function typedoc.EventDispatcher ()
  9. module typedoc.EventDispatcher.prototype
    1. function typedoc.EventDispatcher.prototype.internalOn (name, callback, context, priority, listening)
    2. function typedoc.EventDispatcher.prototype.listenTo (obj, name, callback, priority)
    3. function typedoc.EventDispatcher.prototype.listenToOnce (obj, name, callback, priority)
    4. function typedoc.EventDispatcher.prototype.off (name, callback, context)
    5. function typedoc.EventDispatcher.prototype.on (nameOrMap, callback, context, priority)
    6. function typedoc.EventDispatcher.prototype.once (name, callback, context, priority)
    7. function typedoc.EventDispatcher.prototype.stopListening (obj, name, callback)
    8. function typedoc.EventDispatcher.prototype.trigger (name)
  10. module typedoc.ProjectReflection
    1. function typedoc.ProjectReflection (name)
  11. module typedoc.ProjectReflection.prototype
    1. function typedoc.ProjectReflection.prototype.constructor (name)
    2. function typedoc.ProjectReflection.prototype.findReflectionByName (arg)
    3. function typedoc.ProjectReflection.prototype.getReflectionsByKind (kind)
    4. function typedoc.ProjectReflection.prototype.isProject ()

module typedoc

function typedoc.Application (options)

function typedoc.CliApplication ()

function typedoc.Event (name)

function typedoc.EventDispatcher ()

function typedoc.ProjectReflection (name)

function typedoc.normalizePath (path)

function typedoc.resetReflectionID ()

module typedoc.Application

function typedoc.Application (options)

module typedoc.Application.prototype

function typedoc.Application.prototype.bootstrap (options)

function typedoc.Application.prototype.constructor (options)

function typedoc.Application.prototype.convert (src)

function typedoc.Application.prototype.expandInputFiles (inputFiles)

function typedoc.Application.prototype.generateDocs (input, out)

function typedoc.Application.prototype.generateJson (input, out)

function typedoc.Application.prototype.getTypeScriptPath ()

function typedoc.Application.prototype.getTypeScriptVersion ()

function typedoc.Application.prototype.toString ()

module typedoc.CliApplication

function typedoc.CliApplication ()

module typedoc.CliApplication.prototype

function typedoc.CliApplication.prototype.bootstrap (options)

function typedoc.CliApplication.prototype.constructor ()

module typedoc.Event

function typedoc.Event (name)

module typedoc.Event.prototype

function typedoc.Event.prototype.preventDefault ()

function typedoc.Event.prototype.stopPropagation ()

module typedoc.EventDispatcher

function typedoc.EventDispatcher ()

module typedoc.EventDispatcher.prototype

function typedoc.EventDispatcher.prototype.internalOn (name, callback, context, priority, listening)

function typedoc.EventDispatcher.prototype.listenTo (obj, name, callback, priority)

function typedoc.EventDispatcher.prototype.listenToOnce (obj, name, callback, priority)

function typedoc.EventDispatcher.prototype.off (name, callback, context)

function typedoc.EventDispatcher.prototype.on (nameOrMap, callback, context, priority)

function typedoc.EventDispatcher.prototype.once (name, callback, context, priority)

function typedoc.EventDispatcher.prototype.stopListening (obj, name, callback)

function typedoc.EventDispatcher.prototype.trigger (name)

module typedoc.ProjectReflection

function typedoc.ProjectReflection (name)

module typedoc.ProjectReflection.prototype

function typedoc.ProjectReflection.prototype.constructor (name)

function typedoc.ProjectReflection.prototype.findReflectionByName (arg)

function typedoc.ProjectReflection.prototype.getReflectionsByKind (kind)

function typedoc.ProjectReflection.prototype.isProject ()

[ this document was created with utility2 ]