]> git.e2factory.org Git - e2factory.git/commitdiff
Remove outdated comments
authorTobias Ulmer <tu@emlix.com>
Wed, 20 Feb 2013 18:57:40 +0000 (19:57 +0100)
committerTobias Ulmer <tu@emlix.com>
Tue, 26 Feb 2013 18:07:16 +0000 (19:07 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
local/e2tool.lua

index 358b679680918260b97377654f0e7b7201fba463..4ea7f488b097e7a31618d6a4beb7c84ef16a7396 100644 (file)
@@ -1,4 +1,4 @@
---- Core data structure manipulation
+--- Core e2factory data structure and functions around the build process.
 -- @module local.e2tool
 
 --[[
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ]]
 
--- e2tool.lua
---
--- High-level tools used by the build process and basic build operations.
-
 local e2tool = {}
 local e2lib = require("e2lib")
 local err = require("err")
@@ -49,15 +45,7 @@ local strict = require("strict")
 local transport = require("transport")
 local cache = require("cache")
 
--- Information gathering and inquiry
---
---   e2tool.collect_project_info([PATH]) -> INFO
---
---     Collects project-information from the project directory which is computed
---     via e2lib.locate_project_root(PATH). Returns a table with the following
---     entries:
-
---- info table
+--- Info table contains sources, results, servers, caches and more...
 -- @name info
 -- @class table
 -- @field name string: project name