whammydoc

Documentation generator based on ddox


Keywords
application, desktop, development, web
License
MIT
Install
dub fetch whammydoc --version 0.0.1

Documentation

WhammyDoc Page on DUB Licence

WhammyDoc is a documentation generator based on ddox and bootstrap.

Using

Just use it like ddox. Do not forget to copy ./public/ directory content when using generate-html command.

Hacking

Requiments:

Use dub to build application.

In ./assets/ directory run npm install to install all dependencies. Run gulp build to build CSS/JS. gulp watch watches for changes and automatically builds CSS/JS.

Examples