Changes between Version 3 and Version 4 of PhpdocPlugin


Ignore:
Timestamp:
Nov 10, 2009, 3:10:23 PM (14 years ago)
Author:
mian.hasan.khalil@…
Comment:

Minor cleanup, changed doxygen to phpdoc in a couple of instances.

Legend:

Unmodified
Added
Removed
Modified
  • PhpdocPlugin

    v3 v4  
    77Started as a simple copy of the DoxygenPlugin
    88
    9 The phpdoc plugin provides a new main navigation tab (named PHPDoc by default), which will present the doxygen index page.
     9The phpdoc plugin provides a new main navigation tab (named PHPDoc by default), which will present the phpdoc index page.
    1010
    1111Configuring the PHPDoc plugin should be easy if you have only one PHPDoc generated documentation to wrap, and a bit more involved if you have many --but the goal is to have a great deal of flexibility, in the latter case.
     
    103103Some examples:
    104104{{{
    105 [doxygen:index.html Documentation] # Simple documentation in doxygen path.
     105[phpdoc:index.html Documentation] # Simple documentation in phpdoc path.
    106106
    107 [doxygen:Database/db.html Class db from Package Database] @ Link to a class in a Package
     107[phpdoc:Database/db.html Class db from Package Database] @ Link to a class in a Package
    108108}}}
    109109