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.
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.