From 8ed7aec95941c0752a0ae21d10594579c39677fb Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 18 Nov 2017 02:37:05 -0500 Subject: Updates to documentation * Fixed typos in README * Added Server/Client/Shared kinds to documentation * Documentation now includes readme --- gamemode/shared/concommands.lua | 2 +- gamemode/shared/log.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gamemode/shared') diff --git a/gamemode/shared/concommands.lua b/gamemode/shared/concommands.lua index 79ea0f3..ad91d53 100644 --- a/gamemode/shared/concommands.lua +++ b/gamemode/shared/concommands.lua @@ -1,6 +1,6 @@ --- Concommand autocomplete helper. -- Helps you write console commands' autocomplete functions ---@module concommands.lua +--@shared concommands.lua local fuzzel = nrequire("fuzzel.lua") diff --git a/gamemode/shared/log.lua b/gamemode/shared/log.lua index 24fe58f..8005000 100644 --- a/gamemode/shared/log.lua +++ b/gamemode/shared/log.lua @@ -1,6 +1,6 @@ --- Logging utility. -- This prints things to the console for now, maybe it can automatically file bugs and save bug reports in the future? ---@module log.lua +--@shared log.lua local log = {} -- cgit v1.2.3-70-g09d2