We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f96d0 commit c281eb2Copy full SHA for c281eb2
config.ld
@@ -35,4 +35,4 @@ postprocess_html = function(html, module)
35
end
36
37
-- Silly hack to allow template file to access import
38
-import("setmetatable")(ldoc, {__index = function(_, k) if k == "import" then return import end end})
+import("setmetatable")(import("ldoc"), {__index = function(_, k) if k == "import" then return import end end})
ldoc.ltp
@@ -16,7 +16,7 @@
16
# local a_name, b_name = display_name(a):lower(), display_name(b):lower()
17
#
18
# if a_name == "globals" then return true end
19
-# if b_name == "globals" then return false end
+# if b_name == "globals" then return false end
20
21
# return a_name < b_name
22
# end)
0 commit comments