summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-08 10:35:43 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-08 10:35:43 +0000
commitb78a990270fe41d582ae22b7f42df292428ec74b (patch)
tree9dcece10ab0e1a5c8e012ac7ccb5d4db71fec4ac /modules/comment/comment.module
parent0ab0b1d65f494dbef7f2152b789c721711000001 (diff)
downloadbrdo-b78a990270fe41d582ae22b7f42df292428ec74b.tar.gz
brdo-b78a990270fe41d582ae22b7f42df292428ec74b.tar.bz2
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module4
1 files changed, 2 insertions, 2 deletions
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;