diff options
author | Timo Tijhof <krinkle@fastmail.com> | 2024-03-13 16:44:50 -0700 |
---|---|---|
committer | Krinkle <krinkle@fastmail.com> | 2024-03-27 19:39:35 +0000 |
commit | 582cf3399c30f2158dc58e0fd86360867206930c (patch) | |
tree | e23795d2a305c1cabece2b3ba9152ad83207c9ce /includes/diff/DifferenceEngineSlotDiffRenderer.php | |
parent | d864855d5d5519dc064c895bcc7455699020d5bc (diff) | |
download | mediawikicore-582cf3399c30f2158dc58e0fd86360867206930c.tar.gz mediawikicore-582cf3399c30f2158dc58e0fd86360867206930c.zip |
build: Restore Doxygen output for MediaWiki release tags (take 3)
Follows-up:
* I696f1e7ede (60f106e112): Apply `vendor` and `node_modules` exclude
patterns even when `--file` is used to generate docs for an extension
or a subset of core.
* I9313457796 (eaf491b4f4): Use faster and upstream supported EXCLUDE
instead of EXCLUDE_PATTERNS for skipping whole top-level dirs.
Neither of these addressed the fact that this `if` condition is not
actually possible to reach because `explode()` always returns an
array with at least one item. e.g. `exclude(',', '') == [ '' ]`.
Test plan:
* `php maintenance/mwdocgen.php --output ./docs/ --version whatever`
* Review the contents the mentioned `/tmp/MWDocGen-*` file that is
auto-generated.
Before:
```
INPUT = ""
…
EXCLUDE = cache images
```
After:
```
INPUT =
…
EXCLUDE = cache images extensions skins
```
Bug: T317451
Change-Id: I871b321fa9fdb2d763fba532ab6248b0fc4b1701
Diffstat (limited to 'includes/diff/DifferenceEngineSlotDiffRenderer.php')
0 files changed, 0 insertions, 0 deletions