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

Disable phpmd enricher? #400

Closed SafetyFast closed 4 years ago

SafetyFast commented 4 years ago

I'm new to phpdox so I'm pretty sure I'm doing something stupid.

I generated the skeleton phpdox.xml file per the documentation. I installed phpmd and enabled the enricher in phpdox.xml. Works great.

Now I would like to disable the phpmd check. I commented out the phpmd enricher block in phpdox.xml, but when I generate the docs the phpmd violations are still reported. I even deleted the phpmd.xml left from the previous run.

What silly thing am I likely to have overlooked? Thanks!

theseer commented 4 years ago

It's quite hard to figure out what might have gone wrong with such a small amount on info...

Can you paste some output and the actual config?

SafetyFast commented 4 years ago

Thank you for the quick response. I found the problem and, of course, it was me. Sorry to have bothered you before doing more research.

theseer commented 4 years ago

No worries :) Glad you figured it out.