Development

Changeset 24366

You must first sign up to be able to contribute.

Changeset 24366

Show
Ignore:
Timestamp:
11/25/09 07:51:31 (3 years ago)
Author:
DennisBenkert
Message:

[sfPhpDocPlugin] backported configuration options from the 1.3 version

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfPhpDocPlugin/branches/1.1/config/phpdoc.ini

    r13717 r24366  
    1 directory   = lib/model,lib/form,apps 
    2 ignore      = *templates/* 
    3 target      = doc/ 
    4 title      = Your project 
     1directory   = . 
     2ignore      = lib/vendor/, cache/, plugins/, test/, web/, lib/*/doctrine/*/base/, apps/*/templates/, config/error/, /config/unavailable.php 
     3target      = doc/phpdoc/ 
     4title       = Your project 
  • plugins/sfPhpDocPlugin/branches/1.2/config/phpdoc.ini

    r13742 r24366  
    1 directory   = lib/model,lib/form,apps 
    2 ignore      = *templates/* 
    3 target      = doc/ 
    4 title      = Your project 
     1directory   = . 
     2ignore      = lib/vendor/, cache/, plugins/, test/, web/, lib/*/doctrine/*/base/, apps/*/templates/, config/error/, /config/unavailable.php 
     3target      = doc/phpdoc/ 
     4title       = Your project