template.responsive
template.responsive copied to clipboard
@see URL is not a fully qualified namespace
@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.
/**
* @see Class::hasWarnings()
* @return string[]
*/
public function getWarnings() {
return $this->warnings;
}
On my documentation in the "see" section of this method it shows: See [link]\Core\Package\Class::getWarnings()[/link]
However the link goes to an incorrect HTML page: /Package.Class.html#%5CCore%5CPackage%5CClass::getWarnings()
It should be linking to Core.Package.Class.html