Every INAC Module must documented. Each module has a header in include/libinac and should have a corresponding markdown file with the same name under doc. Exception lib.h -> inac.md
Whenever possible a Module documentation should have at least 3 section.
- Introduction: Containing purpose
- Overview: Describing Module more in detail
- Usage: API usage with sample code
Every INAC Module must documented. Each module has a header in
include/libinacand should have a corresponding markdown file with the same name underdoc. Exception lib.h -> inac.mdWhenever possible a Module documentation should have at least 3 section.