diff --git a/strings.lua b/strings.lua index 23ddf79..a22e60d 100644 --- a/strings.lua +++ b/strings.lua @@ -1,3 +1,9 @@ +--- Common functions for strings. +-- +-- @module gear.strings +-- @copyright 2022 The DoubleFourteen Code Forge +-- @author Lorenzo Cogotti + local strings = {}