From 3904790e0358270c7bbe3613781620507cf5da42 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 8 Dec 2003 06:32:19 +0000 Subject: - Tidied up the DoxyGen comments. Patch by Kjartan. --- modules/comment.module | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/comment.module') diff --git a/modules/comment.module b/modules/comment.module index 6e7ab5471..34e5f039a 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -1531,8 +1531,9 @@ function comment_num_replies($pid) { /** * get number of new comments for current user and specified node * - * @param $nid node-id to count comments for - * @param $timestamp time to count from (defaults to time of last user access to node) + * @param $nid node-id to count comments for + * @param $timestamp time to count from (defaults to time of last user access + * to node) */ function comment_num_new($nid, $timestamp = 0) { global $user; -- cgit v1.2.3