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

ABANDONED: This template is merged into phpDocumentor2 itself

Results 44 template.responsive issues
Sort by recently updated
recently updated
newest added

Say the parent has the following information: ![image](https://cloud.githubusercontent.com/assets/7139949/4871554/18c0daf0-61be-11e4-9aad-488a5eb85c15.png) Then {@inheritDoc} only shows the name of the parameter: $types, and omits all the other information. An example can be found in...

If the parent is not in the files that phpdoc scans, then {@inheritDoc} doesn't import the description of that parent element. In the documentation it will show up as the...

I searched for a template screenshot. Where can I see it before I go through installation?

I would be awesome if you could rewrite this template to supported Bootstrap 3 branch :)

Related to https://github.com/phpDocumentor/phpDocumentor2/pull/1042 Fixes https://github.com/phpDocumentor/phpDocumentor2/issues/974

Related to https://github.com/phpDocumentor/phpDocumentor2/issues/301

During tests the transformation takes more time than I would like; this has to be investigated

bug

On my testing, using responsive it shows 0 errors. But using responsive-twig it shows 30 errors.

When generating doc with responsive-twig template, I see the number of marker. But using responsive, the number of marker is gone in index.html

The api functionality fails for api objects/functions inside a namespace: Heres a docblock for a class: ``` php namespace BLW; /** * Core blw object. * * All objects must...