From e38d94416f705aa4ddd32e1c51199b45b58d6093 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Fri, 25 Oct 2024 01:49:29 -0500 Subject: doc: add introductory documentation files Add documentation files that act as the starting points for the rest of the documentation and introduce a beginner to Rune. Signed-off-by: Danny Holman --- doc/core/index.rst | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/core/index.rst (limited to 'doc/core/index.rst') 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 -- cgit v1.2.3