From: Timo Tijhof Date: Tue, 2 Dec 2014 00:38:01 +0000 (+0000) Subject: content: Minor clean up to make JsonContent match other classes X-Git-Tag: 1.31.0-rc.0~13127 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=de7cc2c11e371dda1d9f29f3e1c95a22d2464deb;p=lhc%2Fweb%2Fwiklou.git 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 --- 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 {