template.responsive
template.responsive copied to clipboard
ABANDONED: This template is merged into phpDocumentor2 itself
/** - Look at my horse, my horse is amazing. - - @param DOMNode $node DOMNode object - @return boolean */ The generated documentation creates a link for the DOMNode...
Ive been using this template for documenting my latest project and i noticed that Constants (both class and 'define') dont have descriptions, even though i made sure to include one....
@mvriel - I'm not sure if this is resolved by the new routing with the refactoring going on, but thought I'd post it just in case. ``` php /** *...
As the description says, when using the @see tag on another namespaced class/method, the namespace paths are lowercase in the link (example: system.core.Database.html#%5CCore%5CDatabase::Connect() ). My Doc Block: /** - PDO...