Documentation for Doxygen

This commit is contained in:
Dany wm De Bontridder 2021-07-29 17:41:42 +02:00
parent 9e9fc58485
commit 4886d78356
96 changed files with 536 additions and 119 deletions

View file

@ -19,13 +19,23 @@
// Copyright Author Dany De Bontridder danydb@aevalys.eu
/*!\file
/*!
* \file
* \brief Html Input , create a tag <SELECT> ... </SELECT>
* if readonly == true then display the label corresponding to the selected value
* You can use also $this->rowsize to specify the number of lines to display
*
* @see Database::make_array
*/
/*!
* \class ISelect
* \brief Html Input , create a tag <SELECT> ... </SELECT>
* if readonly == true then display the label corresponding to the selected value
* You can use also $this->rowsize to specify the number of lines to display
*
* @see Database::make_array
*/
class ISelect extends HtmlInput
{
/**