tool to generate documentation from php source file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • crowl

    tool to generate documentation from php source file

    I'm looking for a tool which generate a documentation of my php
    program using the comments from the source code.

    I searching via google and have find a lot of tools to do so. I have
    tried doxygen and it work, suddenly not really good with php files.

    Can someone recommend a program?
  • Bruno Desthuilliers

    #2
    Re: tool to generate documentation from php source file

    crowl wrote:[color=blue]
    > I'm looking for a tool which generate a documentation of my php
    > program using the comments from the source code.
    >
    > I searching via google and have find a lot of tools to do so. I have
    > tried doxygen and it work, suddenly not really good with php files.
    >
    > Can someone recommend a program?[/color]

    I guess you should go for Phpdoc (a javadoc clone) :


    It's still beta, but already usable.

    HTH
    Bruno

    Comment

    Working...