Improve Doxygen documentation

This commit is contained in:
Dany De Bontridder 2017-12-18 23:48:43 +01:00
parent 088905bff3
commit 6909f2fa2b
47 changed files with 206 additions and 58 deletions

View file

@ -21,8 +21,15 @@
/**
* @file
* @brief
* @brief manage the http input (get , post, request)
*/
/**
* @file
* @brief manage the http input (get , post, request)
*/
class HttpInput
{
@ -34,7 +41,7 @@ class HttpInput
}
/**
*
* Check the type of the value
* @param $p_name name of the variable
* @param $p_type type of the variable (number,string,date,array)
* @throws Exception if the variable doesn't exist or type incorrect