forumlist: little doxygen polishing

This commit is contained in:
rabuzarus 2015-11-24 22:34:23 +01:00
parent ddf3589fc5
commit bc61d76b56
1 changed files with 3 additions and 3 deletions

View File

@ -155,9 +155,9 @@ function forumlist_profile_advanced($uid) {
* Count unread items of connected forums and private groups * Count unread items of connected forums and private groups
* *
* @return array * @return array
* id = contact id * 'id' => contact id
* name = contact name * 'name' => contact/forum name
* count = counted unseen items * 'count' => counted unseen forum items
* *
*/ */