Auto merge of #91 - matthiasbeyer:doc-define-libutil, r=matthiasbeyer
Doc define libutil Add initial content for the utilities library.
This commit is contained in:
commit
e4ee7891a4
2 changed files with 19 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
# libcore {#sec:libcore}
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Very core functionality, other would call it "libutil"
|
|
||||||
Might not get this big, but its here for DRYness
|
|
||||||
-->
|
|
||||||
|
|
||||||
## Core Datatypes {#sec:libcore:coredatatypes}
|
|
||||||
|
|
||||||
## Core functions {#sec:libcore:corefunctions}
|
|
||||||
|
|
19
doc/src/03000-lib-util.md
Normal file
19
doc/src/03000-lib-util.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# libutil {#sec:libutil}
|
||||||
|
|
||||||
|
<!--
|
||||||
|
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_
|
||||||
|
|
Loading…
Reference in a new issue