Documentation : automatic format breaks doxygen tag

This commit is contained in:
Dany De Bontridder 2019-07-27 20:03:46 +02:00
parent a269d45988
commit 35e3de4c7c
11 changed files with 60 additions and 58 deletions

View file

@ -47,7 +47,7 @@ class IDate extends HtmlInput
$this->autofocus=false;
}
/* !\brief show the html input of the widget */
/*!\brief show the html input of the widget */
public function input($p_name=null, $p_value=null)
{
@ -90,7 +90,7 @@ class IDate extends HtmlInput
return $r;
}
/* !\brief print in html the readonly value of the widget */
/*!\brief print in html the readonly value of the widget */
public function display()
{