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

@see URL is not a fully qualified namespace

Open bkuhl opened this issue 12 years ago • 0 comments

@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

bkuhl avatar Mar 31 '13 01:03 bkuhl