diff options
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.admin.inc | 10 | ||||
-rw-r--r-- | modules/comment/comment.module | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/modules/comment/comment.admin.inc b/modules/comment/comment.admin.inc index cdf126435..fb8a5f66c 100644 --- a/modules/comment/comment.admin.inc +++ b/modules/comment/comment.admin.inc @@ -30,9 +30,9 @@ function comment_admin($type = 'new') { * @return * The form structure. * @ingroup forms - * @see comment_admin_overview_validate(). - * @see comment_admin_overview_submit(). - * @see theme_comment_admin_overview(). + * @see comment_admin_overview_validate() + * @see comment_admin_overview_submit() + * @see theme_comment_admin_overview() */ function comment_admin_overview($type = 'new', $arg) { // build an 'Update options' form @@ -161,7 +161,7 @@ function theme_comment_admin_overview($form) { * @return * TRUE if the comments should be deleted, FALSE otherwise. * @ingroup forms - * @see comment_multiple_delete_confirm_submit(). + * @see comment_multiple_delete_confirm_submit() */ function comment_multiple_delete_confirm(&$form_state) { $edit = $form_state['post']; @@ -235,7 +235,7 @@ function comment_delete($cid = NULL) { * Form builder; Builds the confirmation form for deleting a single comment. * * @ingroup forms - * @see comment_confirm_delete_submit(). + * @see comment_confirm_delete_submit() */ function comment_confirm_delete(&$form_state, $comment) { $form = array(); diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 4c00cf191..2cc44455c 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1234,8 +1234,8 @@ function comment_validate($edit) { * @param $title * Not used. * @ingroup forms - * @see comment_form_validate(). - * @see comment_form_submit(). + * @see comment_form_validate() + * @see comment_form_submit() */ function comment_form(&$form_state, $edit, $title = NULL) { global $user; |