diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-11-07 00:07:35 -0500 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-11-07 00:07:35 -0500 |
| commit | 38a05e947d041f8b9c42e49eb075b972a7e9355c (patch) | |
| tree | 95ac5ab2b2f323d495745166154a904915bcf686 /config.ld | |
| parent | 021d8e86d264e098f9fdce265300ceeb9207506e (diff) | |
| download | artery-38a05e947d041f8b9c42e49eb075b972a7e9355c.tar.gz artery-38a05e947d041f8b9c42e49eb075b972a7e9355c.tar.bz2 artery-38a05e947d041f8b9c42e49eb075b972a7e9355c.zip | |
Added luadocs for shared libraries
Started working on documentation
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, ...) |
