diff --git a/doc/src/03000-lib-core.md b/doc/src/03000-lib-core.md deleted file mode 100644 index a79bb68c..00000000 --- a/doc/src/03000-lib-core.md +++ /dev/null @@ -1,11 +0,0 @@ -# libcore {#sec:libcore} - - - -## Core Datatypes {#sec:libcore:coredatatypes} - -## Core functions {#sec:libcore:corefunctions} - diff --git a/doc/src/03000-lib-util.md b/doc/src/03000-lib-util.md new file mode 100644 index 00000000..ade2ac9c --- /dev/null +++ b/doc/src/03000-lib-util.md @@ -0,0 +1,19 @@ +# libutil {#sec:libutil} + + + +The utility library of the project contains utility functionality which is +used by all other libraries and/or binaries. + +It is explicitely not intended for module-use only, but for all other libraries. + +## Datatypes {#sec:libutil:datatypes} + +_Nothing here yet_ + +## Functions {#sec:libutil:functions} + +_Nothing here yet_ +