]> git.mxchange.org Git - friendica.git/commitdiff
forumlist: doxygen corrections
authorrabuzarus <>
Wed, 11 Nov 2015 21:41:44 +0000 (22:41 +0100)
committerrabuzarus <>
Wed, 11 Nov 2015 21:41:44 +0000 (22:41 +0100)
include/forums.php
include/identity.php
include/plugin.php
mod/nodeinfo.php
mod/statistics_json.php

index 425a5e623422f79e740e0080e49c42ac46a05066..47565806913a0ffa107b12d88cf8fafb21f8850c 100644 (file)
@@ -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
index 5c233a32f236a3ee9e1032b4bed35c3afd35402a..3ab65d9e64e8711cd0f6412311cf671f96a06e75 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * @file include/identity.php
  */
 
index 91590e8f4d88d572fd1eb9900289c1c18b96bbc0..c504db5dabc7253d87069adbcea5efac8008084e 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * @file include/identity.php
  */
 
@@ -107,7 +107,7 @@ function reload_plugins() {
 
 }}
 
-/*
+/**
  * @brief check if addon is enabled
  *
  * @param string $plugin
index 71aa8135bd3c460aca27bad353b3e46878d08ff1..ba310a10514151c6cac11a507709164a6b4046c6 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * @file mod/nodeinfo.php
  * 
  * Documentation: http://nodeinfo.diaspora.software/schema.html
index 68221bca0d8d88394c510969ccbe9e9a7bcd88bd..21a9a0521c63d395267bfbe60f0431936ab3e071 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * @file mod/statistics_json.php
  */