From 3613fa8c30ce4f28235713d3fbf7dad2ca45e20e Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Sun, 4 Jul 2021 16:56:01 -0700 Subject: [PATCH] Re-generate HTML docs --- docs/api.html | 7 +++- docs/config.ld | 3 +- docs/modules/api.lua.html | 3 +- docs/modules/chat.lua.html | 70 ++++++++++++++++++++++++++++++++++ docs/modules/formspec.lua.html | 13 +++++-- docs/modules/settings.lua.html | 3 +- 6 files changed, 91 insertions(+), 8 deletions(-) create mode 100644 docs/modules/chat.lua.html diff --git a/docs/api.html b/docs/api.html index fd5f684..70d0003 100644 --- a/docs/api.html +++ b/docs/api.html @@ -33,6 +33,7 @@

Modules

@@ -49,6 +50,10 @@ api.lua Personal Bookmarks API + + chat.lua + Personal Bookmarks Chat Commands + formspec.lua Personal Bookmarks Formspec @@ -63,7 +68,7 @@
generated by LDoc 1.4.6 -Last updated 2021-07-04 12:32:22 +Last updated 2021-07-04 16:47:29
diff --git a/docs/config.ld b/docs/config.ld index 395a488..44cc5f3 100644 --- a/docs/config.ld +++ b/docs/config.ld @@ -4,9 +4,10 @@ format = "markdown" not_luadoc = true boilerplate = false -file = {"settings.lua", "api.lua", "formspec.lua",} +file = {"settings.lua", "api.lua", "formspec.lua", "chat.lua"} new_type("setting", "Settings") +new_type("chatcmd", "Chat Commands") custom_tags = { { diff --git a/docs/modules/api.lua.html b/docs/modules/api.lua.html index 9b6ab59..0aeeb42 100644 --- a/docs/modules/api.lua.html +++ b/docs/modules/api.lua.html @@ -41,6 +41,7 @@

Modules

@@ -219,7 +220,7 @@
generated by LDoc 1.4.6 -Last updated 2021-07-04 12:32:22 +Last updated 2021-07-04 16:47:29
diff --git a/docs/modules/chat.lua.html b/docs/modules/chat.lua.html new file mode 100644 index 0000000..763a466 --- /dev/null +++ b/docs/modules/chat.lua.html @@ -0,0 +1,70 @@ + + + + + Personal Bookmarks + + + + +
+ +
+ +
+
+
+ + +
+ + + + + + +
+ +

Module chat.lua

+

Personal Bookmarks Chat Commands

+

+ +

+ + + +
+
+ + + + +
+
+
+generated by LDoc 1.4.6 +Last updated 2021-07-04 16:47:29 +
+
+ + diff --git a/docs/modules/formspec.lua.html b/docs/modules/formspec.lua.html index 278ae9b..dfd8a0a 100644 --- a/docs/modules/formspec.lua.html +++ b/docs/modules/formspec.lua.html @@ -40,6 +40,7 @@

Modules

@@ -62,7 +63,7 @@ Retrieves formspec formatted string for this mod. - pbmarks.show_formspec (pname) + pbmarks.show_formspec (pname, flags) Displays formspec for managing bookmarks. @@ -88,7 +89,7 @@ - noversion (boolean) no formspec version (overrides "version") - width (number) formspec width - height (number) formspec height -- noback (boolean) disable "back" button +- noback (boolean) show "close" button instead of "back" @@ -121,7 +122,7 @@
- pbmarks.show_formspec (pname) + pbmarks.show_formspec (pname, flags)
Displays formspec for managing bookmarks. @@ -135,6 +136,10 @@ string Player name referenced for bookmarks & who will be shown formspec. +
  • flags + table + see: pbmarks.get_formspec +
  • @@ -149,7 +154,7 @@
    generated by LDoc 1.4.6 -Last updated 2021-07-04 12:32:22 +Last updated 2021-07-04 16:47:29
    diff --git a/docs/modules/settings.lua.html b/docs/modules/settings.lua.html index 0815136..c0bcf9c 100644 --- a/docs/modules/settings.lua.html +++ b/docs/modules/settings.lua.html @@ -40,6 +40,7 @@

    Modules

    @@ -133,7 +134,7 @@
    generated by LDoc 1.4.6 -Last updated 2021-07-04 12:32:22 +Last updated 2021-07-04 16:47:29