diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-11-01 02:56:03 -0700 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-11-01 02:56:03 -0700 |
commit | f5b42c63d4d0e08bccae1f94df586cc9db47f2e8 (patch) | |
tree | 43166b3d17ee71960c52e6fd8ac41ded4e5ff0fd /lib/public/json.php | |
parent | fad2149e3f7ec89874a759f7c31c93dd3d1e8083 (diff) | |
parent | 0dbe90cc9ae1f8206efc81ce07e62e258918564e (diff) | |
download | nextcloud-server-f5b42c63d4d0e08bccae1f94df586cc9db47f2e8.tar.gz nextcloud-server-f5b42c63d4d0e08bccae1f94df586cc9db47f2e8.zip |
Merge pull request #5653 from owncloud/fix-api-documentation
fix documentation stuff
Diffstat (limited to 'lib/public/json.php')
-rw-r--r-- | lib/public/json.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/json.php b/lib/public/json.php index 2186dd8ee49..9306587d5b6 100644 --- a/lib/public/json.php +++ b/lib/public/json.php @@ -35,7 +35,7 @@ namespace OCP; */ class JSON { /** - * @brief Encode and print $data in JSON format + * Encode and print $data in JSON format * @param array $data The data to use * @param string $setContentType the optional content type * @return string json formatted string. @@ -123,7 +123,7 @@ class JSON { } /** - * @brief set Content-Type header to jsonrequest + * Set Content-Type header to jsonrequest * @param array $type The contwnt type header * @return string json formatted string. */ |