diff --git a/core/includes/form.inc b/core/includes/form.inc index e5433f5..b9b63d5 100644 --- a/core/includes/form.inc +++ b/core/includes/form.inc @@ -25,10 +25,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() * * @} End of "defgroup forms". */