Documentation

This commit is contained in:
Dany De Bontridder 2018-07-01 13:47:28 +02:00
parent 9814e9a644
commit 494961a3b9

View file

@ -20,6 +20,10 @@
/**
* @file
* @brief display a kind of select
*/
/**
* Display a kind of select
* @include select-box-test.php
*/
@ -37,8 +41,6 @@ class Select_Box
* @param type $p_id javascript DOMid
* @param type $value Label to display
* @example select-box-test.php
*
*
*/
function __construct($p_id, $value)
{