From 6fa772f410b4a03d09101a410f66da3ca3514b56 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 1 Nov 2009 13:12:09 +0000 Subject: [PATCH] JavaDoc --- lam/lib/tools.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lam/lib/tools.inc b/lam/lib/tools.inc index 207ae2ae..35bbb2b9 100644 --- a/lam/lib/tools.inc +++ b/lam/lib/tools.inc @@ -58,10 +58,11 @@ function getTools() { /** * Represents a tool. - * LAM will scan lib/tools/*.inc for classes which implement this interface. There will be an - * entry on the tools page inside LAM for each found class (if it matches the security level). + * LAM will scan lib/tools/*.inc for classes which implement this interface. This alows to + * dynamically plugin additional tools. There will be an entry on the tools page inside LAM + * for each found class (if it matches the security level). * A LAMTool only specifies name, description and location of a tool. The tool functionality - * is provided by the target page. + * is provided by the tool's target page. * * @author Roland Gruber * @package tools