There is no libcore, there is only libutil
This commit is contained in:
parent
c53272dce1
commit
906c4cbd00
2 changed files with 10 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}
|
||||
|
10
doc/src/03000-lib-util.md
Normal file
10
doc/src/03000-lib-util.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# libutil {#sec:libutil}
|
||||
|
||||
<!--
|
||||
Might not get this big, but its here for DRYness
|
||||
-->
|
||||
|
||||
## Datatypes {#sec:libutil:datatypes}
|
||||
|
||||
## Functions {#sec:libutil:functions}
|
||||
|
Loading…
Reference in a new issue