Skip to content

Latest commit

 

History

History

apidoc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

REST API documentation generator

About

This script helps to generate an REST API documentation (in HTML) using a small DSL.

Example

Some examples are available in the examples/ directory.

To generate the documentation of this examples:

./apidoc 'Kadeploy/3.2 REST API specifications' \
	api.css example/*.apidoc > kadeploy_3.2-specs.html

The generated web page of this example can be seen here.