]> git.mxchange.org Git - friendica.git/commitdiff
some more doc strings
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 19 Jan 2016 08:15:32 +0000 (09:15 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 19 Jan 2016 08:15:32 +0000 (09:15 +0100)
mod/admin.php

index 70ef5f75116c1be7e0c2d68e9233628f6c33426c..e9e6323680bf0280eba6fb4ce5bf9cbd0fac13c2 100644 (file)
@@ -114,7 +114,16 @@ function admin_post(&$a){
 /**
  * @brief Generates content of the admin panel pages
  *
- * This function generates the content for the admin panel.
+ * This function generates the content for the admin panel. It consists of the
+ * aside menu (same for the entire admin panel) and the code for the soecified
+ * subpage of the panel.
+ *
+ * The structure of the adress is: /admin/subpage/details though "details" is
+ * only necessary for some subpages, like themes or addons where it is the name
+ * of one theme resp. addon from which the details should be shown. Content for
+ * the subpages is generated in separate functions for each of the subpages.
+ *
+ * The returned string hold the generated HTML code of the page.
  *
  * @param App $a
  * @return string