]> git.e2factory.org Git - e2factory.git/commitdiff
Generate documentation for plugins again.
authorTobias Ulmer <tu@emlix.com>
Tue, 29 Oct 2013 15:00:32 +0000 (16:00 +0100)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:01:23 +0000 (15:01 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
doc/developer/config.ld
plugins/cvs.lua
plugins/files.lua
plugins/git.lua
plugins/svn.lua

index dc6321ba1d1940f0b90f9d60f99e4398063e1e5a..e406dafb64f756f2b7058aadb238fbca5a3627cf 100644 (file)
@@ -5,6 +5,7 @@ all = true
 file = { "../../generic",
        "../../local",
        "../../global",
+       "../../plugins",
        exclude = {
                "../../generic/test_sha1.lua",
                "../../generic/leio.c",
index 5ed80727e1963bd00f9f2b6f12d0295c5d8ca94d..9ef56935ea6de4b68b47e0450280bfb83d89a7e4 100644 (file)
@@ -1,5 +1,5 @@
 --- CVS Plugin
--- @module local.cvs
+-- @module plugins.cvs
 
 --[[
    e2factory, the emlix embedded build system
index a1c0832cc676fd58d756aa31d02ffc7ccd56a109..7f230da27c350fd4297e03693edbb445832fa660 100644 (file)
@@ -1,5 +1,5 @@
 --- Files Plugin
--- @module local.files
+-- @module plugins.files
 
 --[[
    e2factory, the emlix embedded build system
index 43f5d289f83183a7924629d72277b649a1b20dab..d753f1a1c1e8a3d3ca1f580f7d61cd957528c295 100644 (file)
@@ -1,5 +1,5 @@
 --- Git Plugin
--- @module local.git
+-- @module plugins.git
 
 --[[
    e2factory, the emlix embedded build system
index 860be06bf5111437c00cde09be4b1c30e403706e..7e7e3b113a8d5bf79eaa09002c23c9aa4a6c4bb2 100644 (file)
@@ -1,5 +1,5 @@
 --- Subversion Plugin
--- @module local.svn
+-- @module plugins.svn
 
 --[[
    e2factory, the emlix embedded build system