Skip to content
Snippets Groups Projects
Commit 8b622764 authored by Felipe Cerqueira's avatar Felipe Cerqueira
Browse files

Add instructions for coqdoc generation

parent a58b283a
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,14 @@ For example, the schedulability analysis for global scheduling with release jitt
- **analysis/global/jitter:** Analysis for global scheduling with release jitter.
- **implementation/global/jitter:** Implementation of the concrete scheduler with release jitter.
## Generating HTML Documentation
The Coqdoc documentation (as shown on the [webpage](http://prosa.mpi-sws.org/documentation.html)) can be easily generated with `Make`:
```$ make gallinahtml -j4```
Since Coqdoc requires object files as input, please make sure that the code is compilable.
## Commit and Development Rules
1. Always follow the project [coding and writing guidelines](doc/guidelines.md).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment