Convert many comments to phpdoc style, and document some more functions
[lhc/web/wiklou.git] / includes / SpecialVote.php
1 <?php
2 /**
3 *
4 * @package MediaWiki
5 * @subpackage SpecialPage
6 */
7
8 /**
9 * @todo code this feature !
10 */
11 function wfSpecialVote() {
12 global $wgUser, $wgOut;
13
14 $wgOut->addHTML( '<p>(TODO: Vote)' );
15 }
16
17 ?>