Fix comment of get/setLinkRenderer in doxygen
authorFlorian <florian.schmidt.stargatewissen@gmail.com>
Tue, 9 Aug 2016 15:20:47 +0000 (17:20 +0200)
committerFlorian <florian.schmidt.stargatewissen@gmail.com>
Tue, 9 Aug 2016 15:23:00 +0000 (17:23 +0200)
commit794bb8bb2559034045ed8022b3478af4d3e1a255
treef7456d430779060bf68448b4020940d1d23f499f
parentfe7c5bd93b91610a0b7bc9d6f71a7ecb17d0a303
Fix comment of get/setLinkRenderer in doxygen

Doxygen requires the full qualified name of the class in a comment
or in the @aram/@return annotation, otherwise the class isn't linked
in the resulting output[1]. This commit changes the LinkRenderer
annotations in SpecialPage and Parser to \MediaWiki\Linker\LinkRenderer.

[1] https://doc.wikimedia.org/mediawiki-core/master/php/classSpecialPage.html#a3560214f63fc2f20c63b4025db5cd81d

Change-Id: I74cedcd764a6053cc5a0c6d2eedbedb72651f57c
includes/parser/Parser.php
includes/specialpage/SpecialPage.php