copperspice / doxypress

Documentation generator using annotated sources for multiple computer languages
https://www.copperspice.com/
GNU General Public License v2.0
150 stars 14 forks source link

Server-side search PHP 7 support #20

Open Sp3EdeR opened 7 years ago

Sp3EdeR commented 7 years ago

When using the server-side help feature for the HTML output in Doxypress, the PHP code created uses the escape syntax. Support for this syntax has been removed in PHP 7 (as per http://php.net/manual/en/language.basic-syntax.phpmode.php). Please change the PHP templates / generators to use the <?php ... ?> escape syntax for the PHP code.