forumlist: doxygen corrections
This commit is contained in:
parent
7bba9c783f
commit
862ccb95d2
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
/*
|
||||
/**
|
||||
* @file include/identity.php
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
/*
|
||||
/**
|
||||
* @file mod/nodeinfo.php
|
||||
*
|
||||
* Documentation: http://nodeinfo.diaspora.software/schema.html
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
/*
|
||||
/**
|
||||
* @file mod/statistics_json.php
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue