Clean up comments and whitespace
authorTim Starling <tstarling@wikimedia.org>
Wed, 13 Jun 2012 07:11:43 +0000 (17:11 +1000)
committerAntoine Musso <hashar@free.fr>
Thu, 14 Jun 2012 09:53:08 +0000 (11:53 +0200)
commitc2bb00a76485c6841b8ef34c50d57e05b5644ac7
tree5ac07f98031ce079a4ae21c4950b09b19356c8c2
parenta3a733e661cf3532cdcdbc37097489727e9071bd
Clean up comments and whitespace

* Break most comment lines at 80 columns
* Break code lines at 100 columns or less
* Fix capitalisation in comments
* Fix several instances of reversed name and type in @param, Doxygen cares
* Replaced @param with @return in several places
* Use a Doxygen format list in doc comments where appropriate
* Reduced comment duplication in subclasses, for maintainability
* General copyediting of comments
* Fixed a couple of other minor code style issues

Change-Id: I3a6f9a6870a9b859c1bd4251202acba607fbf2b7
includes/Content.php
includes/ContentHandler.php