Fix Doxygen issue : @example must be in a function otherwise the detailed section of Doxygen disappear
This commit is contained in:
parent
56fd6e0635
commit
3ab3cf984e
2 changed files with 12 additions and 9 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue