|
Posted by R. Rajesh Jeba Anbiah on 01/21/06 05:07
Baron Samedi wrote:
> hi,
>
> I would like to auto-doc some existing code, mostly so I can
> understand it. I am slowly adding PhpDoc comments, but I miss some
> tools which I have for C/c++.
>
> For instance, the Code Visual to Flowchart - automatic code flow chart
> generator at http://www.fatesoft.com/s2f/ looks great - but costs $180.
> Does anyone know of anything which will anaylze PHP code and
> auto-generate flowcharts ... for free? (a lot to ask, I know)
Thanks for sharing the link. FAIK, in PHP there is no tools like
CodeSMART for VB.
> Or, more simply, what about a function call-tree generator? There are
> any number of these as GPL for C - does anyone know of such a thing for
> PHP?
>
> Or even just something to show which files incldue which others, in a
> large project?
You may still use phpdoc without the doc tags and check the
generated document. It will have the included files info and etc.
Doxygen can also be used in this case. FWIW, in PHPEdit
<http://www.waterproof.fr/> you may easily add (not that easy as
CodeSMART) the doc comments.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
Navigation:
[Reply to this message]
|