diff options
-rw-r--r-- | includes/form.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/includes/form.inc b/includes/form.inc index 6ca2a879b..41b0ee2fe 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -15,10 +15,9 @@ * reference the form builder function using \@see. For examples, of this see * system_modules_uninstall() or user_pass(), the latter of which has the * following in its doxygen documentation: - * - * \@ingroup forms - * \@see user_pass_validate(). - * \@see user_pass_submit(). + * - \@ingroup forms + * - \@see user_pass_validate() + * - \@see user_pass_submit() * * @} */ |