theseer / phpdox

Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)
http://phpdox.de
Other
601 stars 121 forks source link

Add option to enable following symlinks #391

Open Darkemon opened 4 years ago

Darkemon commented 4 years ago

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

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

in Factory.php?

theseer commented 4 years ago

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.