Skip to content
This repository has been archived by the owner on Dec 31, 2017. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 676 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 676 Bytes

js-doc-parse

A library for parsing JavaScript files and extracting inline documentation. Designed primarily for use with Dojo Toolkit, but eventually extensible enough to work with hopefully any library or documentation format.

New BSD License © 2011-2012 Colin Snover http://zetafleet.com

Dependencies

dojo - AMD loader & helper library bdParse - Tokenizer & AST parser

Instructions

  1. git clone --recursive https://github.com/csnover/js-doc-parse.git
  2. Run ./parse.sh <file-or-directory> to get some data structure output. There is nothing else yet.