From 0dbe90cc9ae1f8206efc81ce07e62e258918564e Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 31 Oct 2013 19:00:53 +0100 Subject: fix documentation stuff --- lib/public/json.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/public/json.php') 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. */ -- cgit v1.2.3