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*/