Documentation, as the code itself, is still very much work-in-progress. Any help enjoyed!
- Overview in github wiki
- Generate doxygen comments. It will create a html directory in docs, with lots of files, among which index.html : you want to open that one in a web browser. At repository root on linux :
"doxygen doxygen.conf"
- Read code and comments in code. Good luck!