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 @@