0

I am trying to get phpDocumentor2 to build API documentation for a PHP project I am working on. The problem is that the HTML output landing page does not show the packages defined in my project. It only shows "Global ()" package.

I believe I am properly using the @package tag for my classes. phpDocumentor version is 2.0.0b4.

In my efforts to find the bottom of the problem I found a project that is already using phpdoc2. I downloaded that project and tried to build the documentation myself as it has a phpdoc.dist.xml file in its codebase root. I got the same problem: no packages in HTML output landing page, while the vendor's one is showing them (SimplePie, CodeIgniter, Streams etc.).

How can I get my phpdoc output showing packages?

1 Answer 1

1

I think you are experiencing a bug in the early betas. Keep watching for new beta releases, as they are coming out quite fast as bugs are reported and fixed.

Sign up to request clarification or add additional context in comments.

1 Comment

Many thanks, I did not expect that beta version could be so much more buggy than alpha. Got it work with alpha-12!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.