From 38a05e947d041f8b9c42e49eb075b972a7e9355c Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Tue, 7 Nov 2017 00:07:35 -0500 Subject: Added luadocs for shared libraries Started working on documentation --- config.ld | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.ld (limited to 'config.ld') diff --git a/config.ld b/config.ld new file mode 100644 index 0000000..71cf32f --- /dev/null +++ b/config.ld @@ -0,0 +1,16 @@ +project = 'Artery' +description = 'Artery gamemode base' +full_description = 'A hefty gamemode base for making rpgs in Garrys Mod' +title = 'Artery Documentation' +style = '!fixed' +use_markdown_titles = true +file = { + ".", + exclude={ + "gamemode/core/database/sv_mysqlite.lua" + } +} +format = 'markdown' +sort_modules = true +new_type("domain","Domain") +new_type("concommand","Console commands", false, ...) -- cgit v1.2.3-70-g09d2