entrypoint: Avoid random Doxygen block from api.php and opensearch_desc.php
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 8 Jul 2019 20:24:45 +0000 (21:24 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Mon, 8 Jul 2019 20:24:45 +0000 (21:24 +0100)
commitda31eba45fecfced50d261f00793b2492c7032b5
treeab7d47672396ef4401cb7084bb152f319a07558c
parent9c36c584ffe4c4650083bd158b13ce2efde34268
entrypoint: Avoid random Doxygen block from api.php and opensearch_desc.php

These two entry points have themselves partly indexed by Doxygen
in a very strange way where these two comments cause part of an
if-statement to be seen as the name of a local variable.
Probably due to some kind of bad interaction with the
maintenance/mwdoc-filter.php filter applied to the file before
it gets indexed.

Fix it for now by avoiding use of /** blocks for something that
isn't a class, function, class member or documented global var.

Change-Id: I4903069e704c3283e6ec7a39999a489d0117cc71
api.php
opensearch_desc.php