Improve Doxygen documentation
This commit is contained in:
parent
088905bff3
commit
6909f2fa2b
47 changed files with 206 additions and 58 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue