docs: Ignore .md from resources/lib in Doxyfile
[lhc/web/wiklou.git] / 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',
                ];