summaryrefslogtreecommitdiff
path: root/modules/comment.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-08 06:32:19 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-08 06:32:19 +0000
commit3904790e0358270c7bbe3613781620507cf5da42 (patch)
tree0dec04ac7c0dc57d555d05aa433fe1c18a3c7f9b /modules/comment.module
parentbea3dbb77574cb5b4274c318b01443d640d5c87b (diff)
downloadbrdo-3904790e0358270c7bbe3613781620507cf5da42.tar.gz
brdo-3904790e0358270c7bbe3613781620507cf5da42.tar.bz2
- Tidied up the DoxyGen comments. Patch by Kjartan.
Diffstat (limited to 'modules/comment.module')
-rw-r--r--modules/comment.module5
1 files changed, 3 insertions, 2 deletions
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;