diff options
author | Daan Leijen <Daan@microsoft.com> | 2019-06-22 10:30:09 -0700 |
---|---|---|
committer | Daan Leijen <Daan@microsoft.com> | 2019-06-22 10:30:09 -0700 |
commit | a94521e9e17fc7203bc5cbbbfab9772750045290 (patch) | |
tree | 69e8489aecf64363ebe5d8077671d4315e9650bc /docs/modules.js | |
parent | 9d272c064cc5caad41075368a7ede8241109d4ca (diff) |
Add full documentation
Diffstat (limited to 'docs/modules.js')
-rw-r--r-- | docs/modules.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/modules.js b/docs/modules.js new file mode 100644 index 0000000..292bc74 --- /dev/null +++ b/docs/modules.js @@ -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" ] +];
\ No newline at end of file |