Changeset 66

Show
Ignore:
Timestamp:
11/10/04 17:49:57 (4 years ago)
Author:
torben
Message:

Disabled PDF export (hell slow)
Moved output again to ./api-docs for usage within makedist

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/support/phpdoc-all.ini

    r43 r66  
    5353;; where should the documentation be written? 
    5454;; legal values: a legal path 
    55 target = /tmp/midcom-docs/ 
     55target = ./api-docs/ 
    5656 
    5757;; Which files should be parsed out as special documentation files, such as README, 
     
    9191;;               HTML:Smarty:default,HTML:Smarty:PHP,HTML:Smarty:HandS 
    9292;;               PDF:default:default,CHM:default:default,XML:DocBook/peardoc2:default 
    93 output=HTML:frames:earthli,HTML:frames:DOM/earthli,HTML:Smarty:PHP,CHM:default:default,PDF:default:default 
     93output=HTML:frames:earthli,HTML:frames:DOM/earthli,HTML:Smarty:PHP,CHM:default:default 
     94 
     95; PDF disabled due to enorumous runtime 
     96;,PDF:default:default 
    9497 
    9598;; turn this option on if you want highlighted source code for every file 
  • trunk/support/phpdoc-html.ini

    r43 r66  
    5353;; where should the documentation be written? 
    5454;; legal values: a legal path 
    55 target = /tmp/midcom-docs/ 
     55target = ./api-docs/ 
    5656 
    5757;; Which files should be parsed out as special documentation files, such as README, 
     
    9191;;               HTML:Smarty:default,HTML:Smarty:PHP,HTML:Smarty:HandS 
    9292;;               PDF:default:default,CHM:default:default,XML:DocBook/peardoc2:default 
    93 output=HTML:frames:earthli,HTML 
     93output=HTML:frames:earthli 
    9494 
    9595;; turn this option on if you want highlighted source code for every file