From 018fc77a13855c48f147c593bfe37621cc0d8294 Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Thu, 1 Sep 2022 08:29:50 +0200 Subject: [PATCH] [strings] Add file header. --- strings.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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 = {}