Add full documentation

This commit is contained in:
Daan Leijen 2019-06-22 10:30:09 -07:00
parent 9d272c064c
commit a94521e9e1
130 changed files with 10608 additions and 0 deletions

10
docs/modules.js Normal file
View file

@ -0,0 +1,10 @@
var modules =
[
[ "Basic Allocation", "group__malloc.html", "group__malloc" ],
[ "Extended Functions", "group__extended.html", "group__extended" ],
[ "Aligned Allocation", "group__aligned.html", "group__aligned" ],
[ "Heap Allocation", "group__heap.html", "group__heap" ],
[ "Typed Macros", "group__typed.html", "group__typed" ],
[ "Heap Introspection", "group__analysis.html", "group__analysis" ],
[ "Runtime Options", "group__options.html", "group__options" ]
];