From f12feb0e7de0894c844d51d3f5b59ff407e8f657 Mon Sep 17 00:00:00 2001 From: "Ignas Anikevicius (gns_ank)" Date: Sat, 24 May 2014 22:25:12 +0100 Subject: [PATCH] Docs: update config.ld.in Include more files in order to generate the docs. Signed-off-by: Ignas Anikevicius (gns_ank) --- config.ld.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config.ld.in b/config.ld.in index 8ae7ad364..24599ae0d 100644 --- a/config.ld.in +++ b/config.ld.in @@ -11,7 +11,10 @@ dir='doc' pretty='lua' backtick_references=true merge=true -readme='README.md' +topics={ + 'README.md', + 'CONTRIBUTING.md', +} -- Setup @client to be an alias for "@tparam client.client" tparam_alias('client', 'client.client') @@ -19,10 +22,11 @@ tparam_alias('tag', 'tag') -- Should be default, but is not. Sets up "@tab" => "@tparam table". tparam_alias('tab', 'table') +-- file={ 'lib/', '@SOURCE_DIR@/luadoc' } file = { - 'lib/', + -- LUA libraries 'luadoc/', - readme, + 'lib/', exclude = { -- exclude these modules, as they do not contain any written -- documentation