Skip to content
This repository was archived by the owner on Dec 2, 2018. It is now read-only.

HTML Template

Patrik Simek edited this page Dec 3, 2013 · 2 revisions

CSDoc can render HTML documentation.

$ csdoc --template html --dep mdn ./src

It will create a structure of html files in ./docs subfolder. All data in ./docs subfolder are deleted during the process!

### Folder structure

docs
| --- global
    | --- Array.html
    | --- Boolean.html
    | --- Date.html
    | --- Error.html
    | --- Function.html
    | --- index.html
    | --- Number.html
    | --- Object.html
    | --- RegExp.html
    | -v- String.html
| --- mynamespace
    | --- Controller.html
    | --- index.html
    | --- Model.html
| --- csdoc.css
| --- index.html
| --- methods.html
Clone this wiki locally