Skip to content

Commit 51b9a25

Browse files
committed
docs: exclude included libs from Dolibarr
1 parent 3f985c3 commit 51b9a25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/api-docs/doctum-php-Dolibarr.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
$iterator = Finder::create()
1212
->files()
1313
->name('*.php')
14+
->exclude('htdocs/includes')
1415
->path('htdocs')
1516
->in($sourceRootDir);
1617

0 commit comments

Comments
 (0)