From 906c4cbd005efe346ff62bb91b58bae4f5254525 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 10 Jan 2016 17:43:19 +0100 Subject: [PATCH 1/2] There is no libcore, there is only libutil --- doc/src/03000-lib-core.md | 11 ----------- doc/src/03000-lib-util.md | 10 ++++++++++ 2 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 doc/src/03000-lib-core.md create mode 100644 doc/src/03000-lib-util.md 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..2eb12e1a --- /dev/null +++ b/doc/src/03000-lib-util.md @@ -0,0 +1,10 @@ +# libutil {#sec:libutil} + + + +## Datatypes {#sec:libutil:datatypes} + +## Functions {#sec:libutil:functions} + From 7c1e1fb8d54a04e509dd6c6372078fd38c7dbe01 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 10 Jan 2016 17:46:40 +0100 Subject: [PATCH 2/2] Add initial content for libutil --- doc/src/03000-lib-util.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/src/03000-lib-util.md b/doc/src/03000-lib-util.md index 2eb12e1a..ade2ac9c 100644 --- a/doc/src/03000-lib-util.md +++ b/doc/src/03000-lib-util.md @@ -4,7 +4,16 @@ Might not get this big, but its here for DRYness --> +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_ +