From 79dd13273aa8a51f5d2d83044056e10544d5cacb Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 22 Sep 2020 19:44:38 +0200 Subject: [PATCH] doc --- include/lib/itextarea.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/lib/itextarea.class.php b/include/lib/itextarea.class.php index 7d97ba00d..bbd1be052 100644 --- a/include/lib/itextarea.class.php +++ b/include/lib/itextarea.class.php @@ -23,6 +23,11 @@ * \brief Html Input */ require_once NOALYSS_INCLUDE.'/lib/html_input.class.php'; + +/** + * @class ITextarea + * @brief Manage the TEXTAREA html element + */ class ITextarea extends HtmlInput { /*!\brief show the html input of the widget*/