docs: Remove unused PERL_PATH and unused file patterns from Doxyfile
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 4 Sep 2019 21:46:31 +0000 (22:46 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 4 Sep 2019 21:54:45 +0000 (22:54 +0100)
commitb100ebcc0512a1007189c4f0e09cf309f92d19a3
tree8f3cdc29135ba9b66b4f236fc7180d682ce5ee9e
parent5455d4c43122d66e1bc1a62d700684e14f13e557
docs: Remove unused PERL_PATH and unused file patterns from Doxyfile

* File patterns - Keep only ".php" and ".inc". The other file types
  either don't exist in this repo, or exist but have 0 parseable doc
  blocks for Doxygen to find. Also remove README, it leads to various
  pointless attempts for Doxygen to parse files by this name without
  any documentable entity in them. Such as;

  > mediawiki/includes/jobqueue/README:82: warning: Reached end of file
  > while still inside a nested comment. Nesting level 1.

* Remove 'PERL_PATH'. This has been unused since Doxygen 1.8.0,
  the last build on doc.wikimedia.org from Jenkins uses Doxygen 1.8.13.
  As of Doxygen 1.8.16 a deprecation warning was also added,
  https://github.com/doxygen/doxygen/commit/6d1535c.

Change-Id: I99bd80f9cf7bae8d37caf0b9325bd30a16020497
maintenance/Doxyfile