From 862ccb95d2554eab9c8f106ec52992ed526796c0 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Wed, 11 Nov 2015 22:41:44 +0100 Subject: [PATCH] forumlist: doxygen corrections --- include/forums.php | 4 ++-- include/identity.php | 2 +- include/plugin.php | 4 ++-- mod/nodeinfo.php | 2 +- mod/statistics_json.php | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/forums.php b/include/forums.php index 425a5e6234..4756580691 100644 --- a/include/forums.php +++ b/include/forums.php @@ -53,7 +53,7 @@ function get_forumlist($uid, $showhidden = true, $lastitem, $showprivate = false } -/* +/** * @brief forumlist widget * * Sidebar widget to show subcribed friendica forums. If activated @@ -107,7 +107,7 @@ function widget_forumlist($a) { return $o; } -/* +/** * @brief format forumlist as contact block * * This function is used to show the forumlist in diff --git a/include/identity.php b/include/identity.php index 5c233a32f2..3ab65d9e64 100644 --- a/include/identity.php +++ b/include/identity.php @@ -1,5 +1,5 @@