(bug 31883) Limit of some params is not documented in API autodoc
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 1 Apr 2012 17:50:15 +0000 (19:50 +0200)
committerAntoine Musso <hashar@free.fr>
Tue, 3 Apr 2012 12:58:44 +0000 (14:58 +0200)
commit1788cc76c5ff072bc059f5f5e9faeb46486b6243
tree81a6aab48f9b5a40413dce6f46be8be52ad25051
parent926afc65c316c6e7cf3935c740c9328ceb57c84a
(bug 31883) Limit of some params is not documented in API autodoc

Original bug description: Limit of bkusers of list=blocks and titles of
action=query is not documented in API help

For that params no PARAM_TYPE was set, determine the type with the same
code as in r85758 (action=paraminfo) and its modification in r86917

Move the adding of that text out of the else, than the doc is also
added to params with more than 50 default values
(which looks to be intend of that piece of code).

Change-Id: I3fa59d2a7ae688da79dab57dc0576a69f786cca5
RELEASE-NOTES-1.20
includes/api/ApiBase.php