https://doc.wikimedia.org/mediawiki-core/1.33.0/php/
https://doc.wikimedia.org/mediawiki-core/1.34.0/
But 1.35.0 and later are missing the Doxygen build under https://doc.wikimedia.org/mediawiki-core/.
I confirmed in the CI config that there are (correctly) JS and PHP doc publishing jobs configured for mediawiki/core:publish pipeline. To debug it, I re-tried it manually from the CLI (given that for tags and branch creations, there is no web page to comment "recheck" on).
krinkle@contint2001 $ zuul enqueue-ref --trigger gerrit --pipeline publish --project mediawiki/core --ref refs/tags/1.38.0 --newrev 975ddea706c4026daa9cbef51a0f668539d650a3 --oldrev 0000000000
https://integration.wikimedia.org/ci/job/mediawiki-core-doxygen-docker-publish/49/
It fails as follows:
git fetch --quiet --update-head-ok --depth 2 git://contint1001.wikimedia.org/mediawiki/core +refs/tags/1.38.0:refs/tags/1.38.0 ... git submodule --quiet update --init --recursive .. + exec docker run --entrypoint=/usr/bin/php .. maintenance/mwdocgen.php --output /src/docs --version 1.38.0 .. 00:00:39.945 doxygen /tmp/MWDocGen-JSiWIL 00:00:59.802 /src/extensions/ReplaceText/maintenance/replaceAll.php:24: warning: missing argument after '\category'.
00:01:02.523 input buffer overflow, can't enlarge buffer because scanner uses REJECT
--------------------------------------------------- Doxygen execution finished. Check above for possible errors. You might want to delete the temporary file: /tmp/MWDocGen-JSiWIL --------------------------------------------------- Something went wrong (exit: 2) Build step 'Execute shell' marked build as failure