Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.03 KB

File metadata and controls

30 lines (18 loc) · 1.03 KB

CI API docs

Reactor-C Documentation

Automatically Generated Doc Files

The code in reactor-c is documented with Javadoc-style comments that are automatically processed and deployed when you push updates to the repo. The latest docs can be found here:

Building Doc Files Locally

To clone the repo and build the doc files locally, simply do this:

Prerequisites

Build Documentation Files

  • Check out this repo and build the docs:
    • git clone git@github.com:lf-lang/reactor-c.git
    • cd reactor-c
    • make docs

View Documentation Files

  • Point your browser to the generated HTML page:
    • firefox docs/_build/html/index.html