From b78a990270fe41d582ae22b7f42df292428ec74b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Tue, 8 Jan 2008 10:35:43 +0000 Subject: #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks --- modules/comment/comment.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/comment/comment.module') 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; -- cgit v1.2.3