php - PHPdocumentor ignores packages -


does not parse my PHPdocumentor and @ package and it does not even use correctly the default package does not show it Is packing on and on the left but searches for classes / functions. I'm running the default template. I went phpdoc 2.3.1 and am following command running, both do not work:

  phpdoc -d ./custom/ -t ./docs/api phpdoc -d ./custom / - T ./docs/api-defaultpackagename = "test"  

code:

  / ** * this is a summary * this is a long Description is * * @ Packet Database * * / / ** * Interface Database Adapter Interface * / Interface DatabaseAptInterface {Public Function Connect (); Public disconnect (); Public function query ($ sql); }  

In fact, it completely ignores and comments at the beginning of the file

*** Edit

Sorry My question is, is there anything that I am doing wrong or why it is not parsing?

"post-text" itemprop = "text">

You may want to DatabaseAdapterInterface to appear in your database package , Isn't it? If so, the Dockblocks of the interface element also need a @ packages tag.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -