aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/SConfig.php
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-11-04 10:25:27 +0100
committerGitHub <noreply@github.com>2017-11-04 10:25:27 +0100
commitd31df715fb988d5f48a3174646c63542c356fb55 (patch)
tree8ef7bf1e06a5d223228b370121bda97695af7d0e /Zotlabs/Lib/SConfig.php
parent39c194c5c32e49f461b8b42a3f4e411a3a5cde3c (diff)
parent26fa091aa2acd1e31db31de4969895372fc4164f (diff)
downloadvolse-hubzilla-d31df715fb988d5f48a3174646c63542c356fb55.tar.gz
volse-hubzilla-d31df715fb988d5f48a3174646c63542c356fb55.tar.bz2
volse-hubzilla-d31df715fb988d5f48a3174646c63542c356fb55.zip
Merge pull request #883 from dawnbreak/docu
:bulb: Improving Doxygen documentation.
Diffstat (limited to 'Zotlabs/Lib/SConfig.php')
-rw-r--r--Zotlabs/Lib/SConfig.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/Zotlabs/Lib/SConfig.php b/Zotlabs/Lib/SConfig.php
index ca0d133b2..ab6f49025 100644
--- a/Zotlabs/Lib/SConfig.php
+++ b/Zotlabs/Lib/SConfig.php
@@ -2,8 +2,11 @@
namespace Zotlabs\Lib;
-// account configuration storage is built on top of the under-utilised xconfig
-
+/**
+ * @brief Account configuration storage is built on top of the under-utilised xconfig.
+ *
+ * @see XConfig
+ */
class SConfig {
static public function Load($server_id) {