diff options
author | git-marijus <mario@mariovavti.com> | 2017-11-04 10:25:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-04 10:25:27 +0100 |
commit | d31df715fb988d5f48a3174646c63542c356fb55 (patch) | |
tree | 8ef7bf1e06a5d223228b370121bda97695af7d0e /Zotlabs/Lib/SConfig.php | |
parent | 39c194c5c32e49f461b8b42a3f4e411a3a5cde3c (diff) | |
parent | 26fa091aa2acd1e31db31de4969895372fc4164f (diff) | |
download | volse-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.php | 7 |
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) { |