Michal Čihař schrieb:
On Fri, 22 Sep 2006 16:04:53 +0200 Sebastian Mendel lists@sebastianmendel.de wrote:
even with /lang/ excluded?
I didn't manage to costruct parameters which would index everything except lang. If you can find them, please share :-).
phpdoc -i lang/
???
or did i missed something?
-i, --ignore
Use the -i option to exclude files and directories from parsing. The -i option recognizes the * and ? wildcards, like -f does. In addition, it is possible to ignore a subdirectory of any directory using "dirname/"
*phpdoc -i tests/ will ignore /path/to/here/tests/* and /path/tests/* *phpdoc -i *.inc will ignore all .inc files *phpdoc -i *path/to/* will ignore /path/path/to/my/* as well as /path/to/* *phpdoc -i *test* will ignore /path/tests/* and /path/here/my_test.php