Fix Doxygen issue : @example must be in a function otherwise the detailed section of Doxygen disappear

This commit is contained in:
Dany De Bontridder 2017-10-15 00:54:27 +02:00
parent 56fd6e0635
commit 3ab3cf984e
2 changed files with 12 additions and 9 deletions

View file

@ -38,6 +38,7 @@ class HttpInput
* @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
* @todo Add regex:pattern
*/
function check_type($p_name, $p_type)
{