docs: Ignore .md from resources/lib in Doxyfile
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 5 Sep 2019 14:30:03 +0000 (15:30 +0100)
committerKrinkle <krinklemail@gmail.com>
Thu, 5 Sep 2019 14:52:08 +0000 (14:52 +0000)
Follows-up b7c5acd41954, which started indexing .md files
anywhere in core. While these are harmless to analyse (they're
not going to find any meaningful doc blocks), it just adds
more noise to the file listing.

Bug: T232104
Change-Id: Ibd2010010872d42dc3d52139305c87fcfc547477

maintenance/mwdocgen.php

index 791b360..e2c2629 100644 (file)
@@ -99,6 +99,7 @@ class MWDocGen extends Maintenance {
                $this->excludes = [
                        'vendor',
                        'node_modules',
+                       'resources/lib',
                        'images',
                        'static',
                ];