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/core/inventory/common/items.lua | 2 +- gamemode/core/inventory/common/weapons.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gamemode/core/inventory/common') diff --git a/gamemode/core/inventory/common/items.lua b/gamemode/core/inventory/common/items.lua index a7a1858..4b52a97 100644 --- a/gamemode/core/inventory/common/items.lua +++ b/gamemode/core/inventory/common/items.lua @@ -1,6 +1,6 @@ ---Some common functions for working with items. -- Just one function for now ---@module items.lua +--@shared items.lua local items = {} diff --git a/gamemode/core/inventory/common/weapons.lua b/gamemode/core/inventory/common/weapons.lua index 3ced3b1..065d1a6 100644 --- a/gamemode/core/inventory/common/weapons.lua +++ b/gamemode/core/inventory/common/weapons.lua @@ -1,6 +1,6 @@ ---Common functionality used in a lot of weapons. -- Bits an peices that most weapons need ---@module weapons.lua +--@shared weapons.lua local com = {} -- cgit v1.2.3-70-g09d2