Reformat comment for Title::newFromText
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 10 Oct 2008 15:37:44 +0000 (15:37 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 10 Oct 2008 15:37:44 +0000 (15:37 +0000)
commit7fba23044db8d1216ab251c8eb7ab1517a307e29
tree09394a5d79c5bd31eb924af0bf7c1b2ae18293f5
parent83773b4a6945ab7e9e6e12e8cf5a28ce0a9a6579
Reformat comment for Title::newFromText

Don't use ugly \type nonsense.  We want this to be readable in the source code at least as much as in the auto-generated docs.  Follow the standard used everywhere else, documented at <http://www.mediawiki.org/wiki/Manual:Code_standards>: "@param varname type desc...".  Also respace to 80 chars per line, not some random number.
includes/Title.php