From: Tobias Ulmer Date: Tue, 29 Oct 2013 15:00:32 +0000 (+0100) Subject: Generate documentation for plugins again. X-Git-Tag: e2factory-2.3.15rc1~434 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=9ca590d5519991ba9d07a77a2c22d8c35c976eec;p=e2factory.git Generate documentation for plugins again. Signed-off-by: Tobias Ulmer --- diff --git a/doc/developer/config.ld b/doc/developer/config.ld index dc6321b..e406daf 100644 --- a/doc/developer/config.ld +++ b/doc/developer/config.ld @@ -5,6 +5,7 @@ all = true file = { "../../generic", "../../local", "../../global", + "../../plugins", exclude = { "../../generic/test_sha1.lua", "../../generic/leio.c", diff --git a/plugins/cvs.lua b/plugins/cvs.lua index 5ed8072..9ef5693 100644 --- a/plugins/cvs.lua +++ b/plugins/cvs.lua @@ -1,5 +1,5 @@ --- CVS Plugin --- @module local.cvs +-- @module plugins.cvs --[[ e2factory, the emlix embedded build system diff --git a/plugins/files.lua b/plugins/files.lua index a1c0832..7f230da 100644 --- a/plugins/files.lua +++ b/plugins/files.lua @@ -1,5 +1,5 @@ --- Files Plugin --- @module local.files +-- @module plugins.files --[[ e2factory, the emlix embedded build system diff --git a/plugins/git.lua b/plugins/git.lua index 43f5d28..d753f1a 100644 --- a/plugins/git.lua +++ b/plugins/git.lua @@ -1,5 +1,5 @@ --- Git Plugin --- @module local.git +-- @module plugins.git --[[ e2factory, the emlix embedded build system diff --git a/plugins/svn.lua b/plugins/svn.lua index 860be06..7e7e3b1 100644 --- a/plugins/svn.lua +++ b/plugins/svn.lua @@ -1,5 +1,5 @@ --- Subversion Plugin --- @module local.svn +-- @module plugins.svn --[[ e2factory, the emlix embedded build system