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:
Homu 2016-01-11 17:23:38 +09:00
commit e4ee7891a4
2 changed files with 19 additions and 11 deletions

View file

@ -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
View 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_