diff options
Diffstat (limited to 'config.ld')
| -rw-r--r-- | config.ld | 16 |
1 files changed, 16 insertions, 0 deletions
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, ...) |
