From ff4e8ea178a78975e3602bba07f6d3d4facf8e67 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Wed, 20 Feb 2013 19:57:40 +0100 Subject: [PATCH] Remove outdated comments Signed-off-by: Tobias Ulmer --- local/e2tool.lua | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/local/e2tool.lua b/local/e2tool.lua index 358b679..4ea7f48 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -1,4 +1,4 @@ ---- Core data structure manipulation +--- Core e2factory data structure and functions around the build process. -- @module local.e2tool --[[ @@ -28,10 +28,6 @@ along with this program. If not, see . ]] --- 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 -- 2.39.5