kill off doc errors

This commit is contained in:
FatalErr42O 2024-12-27 18:48:34 -08:00
parent 2b3baef8f9
commit c5666258ed
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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.