Php document generator from phpDoc style

This is a discussion on Php document generator from phpDoc style within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Anyone knows of a good and easy program or script which generates doc file from a phpdoc style comments???? PhpEdit ...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-11-2003
point
 
Posts: n/a
Default Php document generator from phpDoc style

Anyone knows of a good and easy program or script which generates doc file
from a phpdoc style comments????

PhpEdit has something like that but I need a standalone one...

respect....



Reply With Quote
  #2 (permalink)  
Old 09-11-2003
Jon Kraft
 
Posts: n/a
Default Re: Php document generator from phpDoc style

point <point@caanNOSPAMproduction.com> wrote:

> Anyone knows of a good and easy program or script which generates doc file
> from a phpdoc style comments????


http://www.google.com/search?q=phpdoc

JOn
Reply With Quote
  #3 (permalink)  
Old 09-11-2003
point
 
Posts: n/a
Default Re: Php document generator from phpDoc style

I (obviously) know about PHPDoc but I know there are some other progs out
there which create .html file from PHPDoc-ed class.....

But thanx anyway....

"Jon Kraft" <jon@jonux.co.uk> wrote in message
news:bjq2bb$kt4sm$2@ID-175424.news.uni-berlin.de...
> point <point@caanNOSPAMproduction.com> wrote:
>
> > Anyone knows of a good and easy program or script which generates doc

file
> > from a phpdoc style comments????

>
> http://www.google.com/search?q=phpdoc
>
> JOn



Reply With Quote
  #4 (permalink)  
Old 09-11-2003
Zurab Davitiani
 
Posts: n/a
Default Re: Php document generator from phpDoc style

point wrote on Thursday 11 September 2003 07:07:

> Anyone knows of a good and easy program or script which generates doc file
> from a phpdoc style comments????
>
> PhpEdit has something like that but I need a standalone one...
>
> respect....


Try the one that I recently created - ActiveLink PHP DOC Package:

- go to http://www.active-link.com/intranet/software.php
- download DOC package and unzip it in the PHP-accessible directory
- view online documentation (actually generated by the same package)
- create and run following script to view documentation in the browser:

<?php

// import class loading function
require_once("classes/iorca/include.php");
// load required classes
import("org.active-link.doc.PHPClass");
import("org.active-link.doc.DocHTML");

// parse class comments from file
$myClass = new PHPClass();
$success = $myClass->parseFromFile("YourClassHere.php");

// generate and print HTML documentation
$myDoc = new DocHTML();
$o = $myDoc->getClassDoc($myClass);
print($o);

?>

Obviously, substitute "YourClassHere.php" with the PHP file you are
generating the documentation for.

Good luck!

--
Business Web Solutions
ActiveLink, LLC
www.active-link.com/intranet/
Reply With Quote
  #5 (permalink)  
Old 09-11-2003
Zurab Davitiani
 
Posts: n/a
Default Re: Php document generator from phpDoc style

Zurab Davitiani wrote on Thursday 11 September 2003 12:40:

> require_once("classes/iorca/include.php");


Oops! The above line should read:

require_once("classes/include.php");

assuming this PHP script is in the same directory where the downloaded
package was unzipped.

--
Business Web Solutions
ActiveLink, LLC
www.active-link.com/intranet/
Reply With Quote
  #6 (permalink)  
Old 09-12-2003
Karl-Heinz Marbaise
 
Posts: n/a
Default Re: Php document generator from phpDoc style

Hi there,
> Anyone knows of a good and easy program or script which generates doc file
> from a phpdoc style comments????
>
> PhpEdit has something like that but I need a standalone one...

What about www.phpdoc.org ?

Kind regards.

Karl Heinz

--
Dipl.Ing.(FH) Karl Heinz Marbaise | Minkenberg Medien GmbH
Projektleiter / Projectmanager | www.minkenberg-medien.de
Tel.: +49 (2452) 98 91 40 | Roermonderstr. 128a
Fax.: +49 (2452) 98 91 42 | D-52525 Heinsberg

Reply With Quote
  #7 (permalink)  
Old 09-12-2003
point
 
Posts: n/a
Default Re: Php document generator from phpDoc style

Thanx guys.......

respect....


"Karl-Heinz Marbaise" <karl-heinz@minkenberg-medien.de> wrote in message
news:bjrp86$m8g33$1@ID-68093.news.uni-berlin.de...
> Hi there,
> > Anyone knows of a good and easy program or script which generates doc

file
> > from a phpdoc style comments????
> >
> > PhpEdit has something like that but I need a standalone one...

> What about www.phpdoc.org ?
>
> Kind regards.
>
> Karl Heinz
>
> --
> Dipl.Ing.(FH) Karl Heinz Marbaise | Minkenberg Medien GmbH
> Projektleiter / Projectmanager | www.minkenberg-medien.de
> Tel.: +49 (2452) 98 91 40 | Roermonderstr. 128a
> Fax.: +49 (2452) 98 91 42 | D-52525 Heinsberg
>



Reply With Quote
  #8 (permalink)  
Old 09-14-2003
Iky
 
Posts: n/a
Default Re: Php document generator from phpDoc style

point wrote:
> Anyone knows of a good and easy program or script which generates doc file
> from a phpdoc style comments????
>
> PhpEdit has something like that but I need a standalone one...
>
> respect....
>
>
>

doxygen

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:20 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0