diff --git a/docs/api.html b/docs/api.html index fde8a7e..e324492 100644 --- a/docs/api.html +++ b/docs/api.html @@ -31,7 +31,7 @@

Contents

@@ -58,19 +58,15 @@ Reads config file from world directory. - wdata.write (fname, data[, styled]) + wdata.write (fname, data[, flags]) Writes to config file in world directory. -

Aliases

+

Tables

- - - - - - + +
minetest.read_world_configAlias of wdata.read.
minetest.write_world_configAlias of wdata.write.FlagsDefFlags definition.
@@ -93,7 +89,7 @@ @@ -110,7 +106,7 @@
- wdata.write (fname, data[, styled]) + wdata.write (fname, data[, flags])
Writes to config file in world directory. @@ -120,15 +116,17 @@ @@ -145,31 +143,30 @@
-

Aliases

+

Tables

- - minetest.read_world_config + + FlagsDef
- Alias of wdata.read. - - - - - - - -
-
- - minetest.write_world_config -
-
- Alias of wdata.write. + Flags definition. +

Fields:

+ @@ -182,8 +179,8 @@
-generated by LDoc 1.4.6 -Last updated 2021-05-28 00:24:34 +generated by LDoc 1.4.6-antum-dev +Last updated 2021-08-28 19:22:25
diff --git a/docs/ldoc.css b/docs/ldoc.css index 415843e..c5500d5 100644 --- a/docs/ldoc.css +++ b/docs/ldoc.css @@ -153,9 +153,12 @@ table.index td { text-align: left; vertical-align: top; } #navigation { float: left; width: 14em; + max-height: 96.7%; + position: fixed; vertical-align: top; background-color: #f0f0f0; - overflow: visible; + overflow-x: hidden; + overflow-y: scroll; } #navigation h2 { @@ -192,6 +195,7 @@ table.index td { text-align: left; vertical-align: top; } border-left: 2px solid #cccccc; border-right: 2px solid #cccccc; background-color: #ffffff; + min-height: 425px; } #about {