diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-12-08 06:32:19 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-12-08 06:32:19 +0000 |
commit | 3904790e0358270c7bbe3613781620507cf5da42 (patch) | |
tree | 0dec04ac7c0dc57d555d05aa433fe1c18a3c7f9b /modules/comment/comment.module | |
parent | bea3dbb77574cb5b4274c318b01443d640d5c87b (diff) | |
download | brdo-3904790e0358270c7bbe3613781620507cf5da42.tar.gz brdo-3904790e0358270c7bbe3613781620507cf5da42.tar.bz2 |
- Tidied up the DoxyGen comments. Patch by Kjartan.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 6e7ab5471..34e5f039a 100644 --- a/modules/comment/comment.module +++ b/modules/comment/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; |