Skip to content

Latest commit

 

History

History

api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

EnyoJS Api Tool

This Bootplate based application scans EnyoJS source code on the fly and produces navigable documentation.

The manifest.json file identifies the code packages to be scanned for documentation.

IMPORTANT: in the context of the Api Tool application the $enyo and $lib macros refer to internal folders. You should not use those macros in manifest.json in a deployed Api Tool application. Instead, use complete paths (relative to the Api Tool folder, or absolute).

For example, given:

enyo/
lib/
  layout/
api-tool/

manifest.json should look like this:

[
	{"name": "enyo", "path": "../enyo/source"}
	{"name": "layout", "path": "../lib/layout"}
]