From: rabuzarus <> Date: Wed, 11 Nov 2015 21:41:44 +0000 (+0100) Subject: forumlist: doxygen corrections X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=862ccb95d2554eab9c8f106ec52992ed526796c0;p=friendica.git forumlist: doxygen corrections --- 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 @@