]> git.mxchange.org Git - friendica.git/commitdiff
move @brief to the top of the doc block
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 16 Jan 2016 13:12:55 +0000 (14:12 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 16 Jan 2016 13:12:55 +0000 (14:12 +0100)
mod/admin.php

index a846ddb0e27eb355625f2df8c45f435ea32386cc..a035b746a6bb8daa19c583195e9b914cd7e359d1 100644 (file)
@@ -105,8 +105,10 @@ function admin_post(&$a){
 }
 
 /**
- * This function generates the content for the admin panel.
  * @brief generates content of the admin panel pages
+ *
+ * This function generates the content for the admin panel.
+ *
  * @param App $a
  * @return string
  */
@@ -222,6 +224,8 @@ function admin_content(&$a) {
 }
 
 /**
+ * @brief subpage with some stats about "the federation" network
+ *
  * This function generates the "Federation Statistics" subpage for the admin
  * panel. The page lists some numbers to the part of "The Federation" known to
  * the node. This data includes the different connected networks (e.g.
@@ -230,7 +234,6 @@ function admin_content(&$a) {
  *
  * The returned string contains the HTML code of the subpage for display.
  *
- * @brief subpage with some stats about "the federation" network
  * @param App $a
  * @return string
  */