GithubHelp home page GithubHelp logo

template.responsive-twig's People

Contributors

asa1-et-jenkins avatar ceeram avatar mbabker avatar mbed67 avatar mvriel avatar siad007 avatar tommygnr avatar xoyk avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

template.responsive-twig's Issues

empty lines in code-block not displayed properly

<?
/**
* Example:
* <code>
* $val = "foo";
*
* $val2 = "bar";
</code>
*/

Will produce:

<p>
<code>
$val = "foo";
</code>
</p>

<p>
<code>
$val2 = "bar";
</code>
</p>

I did not check other templates on this bug

Namespaces and packages not sorted

The list of namespaces and packages on the home page are not sorted alphabetically. Same goes for the treeview in the left sidebar. The order they appear in depends on the order the files were parsed in.

Broken links for constants and functions in global namespace

Each structural element links to a specific page. If it's a class, the link points to classes/ClassName.html. If it's a function in a namespace, the link points to namespaces/namespacename.html#function_function_name.

However, if the function is in the global namespace, the link points to namespaces/.html#function_function_name. And for contants, the link points to namespaces/.html#constant_CONSTANT_NAME.

I imagine anything in the global namespace should point to namespaces/defaul.html#whatever

@deprecated is ignored

Condition {% for file in project.files if file.tags.deprecated %} in /reports/deprecated.html.twig always returns empty.
Unfortunately Twig dump function seems to be disabled and i have absolutely no idea where within phpDocumentor this can be enabled to be able to troubleshoot it.

Actually it seems that any twig based templates ignore @deprecated as far i can tell from "clean" and "responsive-twig" templates.

No signature or tags for functions

Neither the namespaces/default.html page nor the specific namespaces/namespacename.html page shows any details for functions other than the name and description.

It doesn't show the function signature or any of the tags. I would expect the output to be similar to what is displayed for class methods.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.