From 0fa914a6d17f8460dcd5d872d556f620741bdd26 Mon Sep 17 00:00:00 2001 From: Bradley Pierce Date: Thu, 25 Jan 2024 21:36:41 -0500 Subject: [PATCH] Enforce newline after headings --- doc/android.md | 3 +++ doc/client_lua_api.md | 3 +++ doc/lua_api.md | 3 +++ doc/menu_lua_api.md | 1 + doc/texture_packs.md | 5 +++++ doc/world_format.md | 4 ++++ games/devtest/mods/testtools/README.md | 17 +++++++++++++++++ 7 files changed, 36 insertions(+) diff --git a/doc/android.md b/doc/android.md index 792289bc01..bc5b56aba2 100644 --- a/doc/android.md +++ b/doc/android.md @@ -52,13 +52,16 @@ configuration file can usually be found at: ## Useful Settings ### `gui_scaling` + This is a user-specified scaling factor for the GUI. If the main menu is too big or small on your device, try changing this value. ### `mapblock_limit` + Mobile devices generally have less RAM than PC, this setting limits how many mapblock can be kept in RAM. ### `fps_limit` + This setting limits maximum FPS. The default value is `60`, which is the lowest commonly found Android refresh rate, but if you're using a device with a lower refresh rate, change this. diff --git a/doc/client_lua_api.md b/doc/client_lua_api.md index 3eea5ea344..54b70a63ae 100644 --- a/doc/client_lua_api.md +++ b/doc/client_lua_api.md @@ -709,6 +709,7 @@ Please do not try to access the reference until the camera is initialized, other * Returns aspect ratio of screen ## `LocalPlayer` + An interface to retrieve information about the player. This object will only be available after the client is initialized. Earlier accesses will yield a `nil` value. @@ -825,6 +826,7 @@ Methods: * Returns `true` on success, otherwise returns `nil` ## `Settings` + An interface to read config files in the format of `minetest.conf`. It can be created via `Settings(filename)`. @@ -841,6 +843,7 @@ It can be created via `Settings(filename)`. * `to_table()`: returns `{[key1]=value1,...}` ## `NodeMetaRef` + Node metadata: reference extra data and functionality stored in a node. Can be obtained via `minetest.get_meta(pos)`. diff --git a/doc/lua_api.md b/doc/lua_api.md index d58770c03d..ac84e6dbf6 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -2936,6 +2936,7 @@ background elements are drawn before all other elements. coordinate. With the old system, newlines are spaced 2/5 of an inventory slot. ### `hypertext[,;,;;]` + * Displays a static formatted text with hyperlinks. > [!WARNING] > This element is currently unstable and subject to change. @@ -2944,6 +2945,7 @@ background elements are drawn before all other elements. * `text` is the formatted text using `Markup Language` described below. ### `vertlabel[,;