diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2014-01-30 09:16:50 -0800 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2014-01-30 09:16:50 -0800 |
commit | 7b794acfa0948b97b6c946bf4ebc475341985527 (patch) | |
tree | 8f9acb577d219a2881e9c09c259bb9f5b3755164 | |
parent | 8889a5d168b44c526cabf8130568f640dcb51a17 (diff) | |
download | brdo-7b794acfa0948b97b6c946bf4ebc475341985527.tar.gz brdo-7b794acfa0948b97b6c946bf4ebc475341985527.tar.bz2 |
Issue #1999074 by adaminnes, sarahdavies: Fix formatting at end of Form Builder topic docs
-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() * * @} */ |