From 494961a3b9e00c0d0cc0332e37d5e303d3ab2aaa Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 1 Jul 2018 13:47:28 +0200 Subject: [PATCH] Documentation --- include/lib/select_box.class.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/lib/select_box.class.php b/include/lib/select_box.class.php index b153128bb..4ce7e28aa 100644 --- a/include/lib/select_box.class.php +++ b/include/lib/select_box.class.php @@ -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) {