Browse Source

More README updates.

Stefano Cossu 2 years ago
parent
commit
7ef64b7309
1 changed files with 4 additions and 2 deletions
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -100,7 +100,7 @@ prefix is used.
 Options to compile with debug symbols are available.
 
 
-### Compile-Time Constants
+### Compile-Time defines (`-D[...]`)
 
 `DEBUG`: Set debug mode: memory map is at reduced size, logging is forced to
 TRACE level, etc.
@@ -151,7 +151,9 @@ systems. The map size by itself does not use up any extra resources.
 
 ### C API Documentation
 
-*TODO*  Almost all header files are documented. Need a doc generator.
+Almost all header files are documented. Run `doxygen` (see
+[Doxygen](https://www.doxygen.nl/index.html)) to generate HTML documentation in
+`docs/html`.
 
 
 ### Python API Documentation