From c5666258ed7a0c3d1bb6a8acd0508e829a2b6561 Mon Sep 17 00:00:00 2001 From: FatalErr42O <58855799+FatalError42O@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:48:34 -0800 Subject: [PATCH] kill off doc errors --- binary.lua | 2 +- paths.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binary.lua b/binary.lua index 519cc80..12cd906 100644 --- a/binary.lua +++ b/binary.lua @@ -275,7 +275,7 @@ end -- @section misc --- "returns nearest 32-bit single precision float representation of a number" (or something) --- @function fround() +-- @function fround -- @param number -- @return nearest 32-bit single precision float representation of a number function leef.binary.fround(number) diff --git a/paths.lua b/paths.lua index 1dcf7b0..246f217 100644 --- a/paths.lua +++ b/paths.lua @@ -90,8 +90,8 @@ leef.paths.media_paths = paths -- { -- ["model.b3d"] = "mod2" -- } +-- NOTE: "loaded" meaning the final mediapath (what the client ultimately loads) -- @table modname_by_media --- NOTE: "loaded" meaning the final mediapath- what the client loads. leef.paths.modname_by_media = mods --- overriden media paths.