template.responsive icon indicating copy to clipboard operation
template.responsive copied to clipboard

Page not found for native PHP classes

Open gchumillas opened this issue 12 years ago • 1 comments

/**

  • Look at my horse, my horse is amazing.
  • @param DOMNode $node DOMNode object
  • @return boolean */

The generated documentation creates a link for the DOMNode class. But in this case, the link points to a 404 page. I think that phpdoc shouldn't create links for native PHP classes.

Thanks.

gchumillas avatar Nov 12 '13 20:11 gchumillas

The 404 should be resolved; in this project we do prefer to link to the PHP core manuak as that will help people with clicking though and has always been like this historically.

mvriel avatar Nov 13 '13 18:11 mvriel