diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-13 14:50:31 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-13 14:50:31 +0100 |
commit | c27833b1435998a1444b53180c42ef10c47c818b (patch) | |
tree | 93f64035393b6aa2a3e1dc53ddffd22f0eff0239 /lib/helper.php | |
parent | e151210a62a1fbe9fb885bd1dbb51315bd820e03 (diff) | |
download | nextcloud-server-c27833b1435998a1444b53180c42ef10c47c818b.tar.gz nextcloud-server-c27833b1435998a1444b53180c42ef10c47c818b.zip |
Add @brief to description
Diffstat (limited to 'lib/helper.php')
-rw-r--r-- | lib/helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/helper.php b/lib/helper.php index a01743cc27e..7dd53411fae 100644 --- a/lib/helper.php +++ b/lib/helper.php @@ -626,7 +626,7 @@ class OC_Helper { } /* - * checks if $sub is a subdirectory of $parent + * @brief Checks if $sub is a subdirectory of $parent * * @param string $sub * @param string $parent |