Ben kullanarak benim CakePHP app belgeleyen ediyorum PHPdocumentor. Bildiğiniz gibi, CakePHP kongre sonrasında, görünümleri. Temelde sadece değiştirilmiş bir dosya uzantısı normal PHP dosyaları CTP dosyalarının (örneğin app / views / adresler / index.ctp), bulunur. PhpDocumentor sadece. Php dosyalarını tanır, ve ben. CTP dosyaları bildirmek için yapılandırma dosyasında bir seçenek bulamıyorum. Bu bölüm ne istiyorum yakın gelir:
;; comma-separated list of files to parse
;; legal values: paths separated by commas
;filename = /path/to/file1,/path/to/file2,fileincurrentdirectory
But as it seems it doesn't acceppt wildcards like *.php
, and I really don't want to write a list of my 50 view files into this config file (unless there's a better solution).
Is there a possibility to configurate phpdoc globally to include .ctp files or do I have to change this in a somewhat hackish was somewhere in the phpdoc source?