diff options
Diffstat (limited to 'docs/modules.js')
-rw-r--r-- | docs/modules.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/modules.js b/docs/modules.js index 292bc74..aa1c364 100644 --- a/docs/modules.js +++ b/docs/modules.js @@ -6,5 +6,6 @@ var modules = [ "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" ] + [ "Runtime Options", "group__options.html", "group__options" ], + [ "Posix", "group__posix.html", "group__posix" ] ];
\ No newline at end of file |