theseer / phpdox

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

Use SHA1 to generate filename. #374

Open MacFJA opened 4 years ago

MacFJA commented 4 years ago

Replace the \ to _ class FQN transformation by SHA1 to prevent issue with filename being too long.

Close #351