From de7cc2c11e371dda1d9f29f3e1c95a22d2464deb Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 2 Dec 2014 00:38:01 +0000 Subject: [PATCH] content: Minor clean up to make JsonContent match other classes Compared to JavaScriptContentHandler: * Add missing license header. * Add @ingroup. * Move class description to @class. Change-Id: I88c6e231756ce9f6d0d3aa2cb2bb80848c8bc5b9 --- includes/content/JavaScriptContentHandler.php | 8 ++++--- includes/content/JsonContentHandler.php | 24 +++++++++++++++---- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/includes/content/JavaScriptContentHandler.php b/includes/content/JavaScriptContentHandler.php index 457b83d78a..d22189711a 100644 --- a/includes/content/JavaScriptContentHandler.php +++ b/includes/content/JavaScriptContentHandler.php @@ -1,7 +1,5 @@ - * @author Kunal Mehta + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * http://www.gnu.org/copyleft/gpl.html + * + * @file */ /** + * Content handler for JSON. + * + * @author Ori Livneh + * @author Kunal Mehta + * * @since 1.24 + * @ingroup Content */ class JsonContentHandler extends CodeContentHandler { -- 2.20.1