phpdox icon indicating copy to clipboard operation
phpdox copied to clipboard

Add option to enable following symlinks

Open Darkemon opened this issue 5 years ago • 1 comments
trafficstars

Could you add an option to the xml config to set flag:

$scanner->setFlag(\FilesystemIterator::FOLLOW_SYMLINKS);

in Factory.php?

Darkemon avatar Jan 23 '20 12:01 Darkemon

Probably. Not sure of the side effects though as that will potentially affect the path generation for the files since phpDox uses realpath for various things...

Has to be researched.

theseer avatar Jan 23 '20 14:01 theseer