Git Product home page Git Product logo

sphpdox's People

Contributors

bd808 avatar deceze avatar dominics avatar edrush avatar jurgenf avatar sabbelasichon avatar victorhaggqvist avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sphpdox's Issues

Semver Releases

Would you consider making some releases for this project? Even if they're 0.x that's ok with me: I'm using it for baleen/migrations and some related packages.

Inheritance

Hi,

if a class is a child of another class or implements an interface, it would be great if this would be reflected in the docs, ideally clickable.

Clickable Returns

Hi,
this doc statement defines the return type of the function:

@return FooBar
description of the return

It would be great if this could create clickable links in the docs.
Bonus for array returns like this:

@return FooBar[]
description of the returning array

Support for {@see}

Hi,

in my PHPDocs I reference other classes like this:

This class is a factory for {@see FooBar} instances.

Would it be possible, to support this and create links to the referenced classes?

Release for Symfony 2.*

I can't update some of my global SF2 packages since sphpdox master branch now requires Symfony 3 and there are no releases for that. Could a release of a former version for SF 2.* be made? Or am I missing something? Thanks!

Excluded namespaces being set, even though none are passed, when setting output dir

When I set an output directory, it looks like the exclude option is also being set to an empty string, even though I haven't set that option. The result is that in Process.php line 124, an element with empty text is added to the array. Then, the comparison in 136 is always true, and no namespaces get processed.

For my project I'm not excluding anything, so commenting out 124 fixes it for me, but I'm guessing that a full solution would take digging into the $input object.

Many thanks! This is going to save countless hours on a documentation project!

A new release

Hi,

currently, I'm relying on a specific commit due to the more modern Symfony versions: "sphpdox/sphpdox": "dev-master#bc149dd0a0e3ec1f3e0d24d752552f54bfa17a53",
This works but has the problem of Symfony Insight raising a warning for example.
Could you release a new version?

Require in sphpdox.php

Hello

I'd installed Sphpdox using composer.
In my project structure it looks like:

root
├── project folders
└── vendor
          ├──autoload.php
          └──sphpdox
                   └──sphpdox.php

So trying to run sphpdox.php return exception in this string:

    require __DIR__ . '/vendor/autoload.php';

Using composer files structure I've changed it to:

    require __DIR__ . '/../../autoload.php';

Thanks

global namespace

Hi!
I cannot found the reference about usage sphpdox to generate rst docs for global defined functions and vars.
Is it possible at this time?

Thanks.

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.