template.responsive
template.responsive copied to clipboard
ABANDONED: This template is merged into phpDocumentor2 itself
Say the parent has the following information:  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
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...