diff options
Diffstat (limited to 'doc/core')
-rw-r--r-- | doc/core/index.rst | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/core/index.rst b/doc/core/index.rst new file mode 100644 index 0000000..f0d8710 --- /dev/null +++ b/doc/core/index.rst @@ -0,0 +1,37 @@ +Core API reference +================== + +Initialization +-------------- + +.. doxygenfile:: init.h + +Error handling +-------------- + +.. doxygenfile:: abort.h + +Data structures +--------------- + +.. doxygenfile:: list.h + +Logging +------- + +.. doxygenfile:: logging.h + +Memory allocation +----------------- + +.. doxygenfile:: alloc.h + +Mod interface +------------- + +.. doxygenfile:: mod.h + +Multithreading +-------------- + +.. doxygenfile:: thread.h |