[Doxygen-develop] php and doxygen
Brought to you by:
dimitri
From: Julien L. <jla...@fr...> - 2002-12-06 22:53:03
|
Hello, I tried to generate documentation for a php 4 project, and doxygen does not seem to parse .php4 in php but only .php and .inc. to correct it, i have changed one line in scanner.l (line 396) insidePHP = fileName.right(4)==".php" || fileName.right(4)==".inc" || fileName.right(5)==".php4"; Is there a simpler way to parse .php4 files in php or is it a bug (or something else ? Thanks Julien Laumonier |