Skip to content

frozzare/doxer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doxer

Doxer is a port of, and borrows heavily from, Docco but for Dox documentation. Doxer is not perfect and maybe contains bugs.

Docco -- the original quick-and-dirty, hundred-line-long,literate-programming-style documentation generator in CoffeeScript.

Example page

Installation

Install from npm:

$ npm install -g doxer

Usage

Usage: doxer [options] <file ...>

Options:

  -h, --help             output usage information
  -V, --version          output the version number
  -t, --title [title]    doxer title, default file name
  -d, --dir [directory]  output directory

Usage example

$ doxer lib/*

Will only take .js and .coffee files, other will not be touched. After generating the documentation it will save doxer.css in output directory and a html for each JavaScript or CoffeeScript files.

Supported top comments

/*!
 * Project comment
 * ...
 * ... 
 */
 
// Project comment
// ...
// ...

// Project comment

// ...
// ...

About

[not maintained anymore] Doxer is port of Docco for Dox documentation

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published