Skip to content

Commit 1e34d10

Browse files
committed
Use phpDocumentor 3.7.1 templates
1 parent 874b8a4 commit 1e34d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/php_api_ref/phpdoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DXP_EDITIONS=(oss headless experience commerce); # Available editions ordered by
1212
PHPDOC_VERSION='3.7.1'; # Version of phpDocumentor used to build the Reference
1313
PHPDOC_CONF="$(pwd)/tools/php_api_ref/phpdoc.dist.xml"; # Absolute path to phpDocumentor configuration file
1414
#PHPDOC_CONF="$(pwd)/tools/php_api_ref/phpdoc.dev.xml"; # Absolute path to phpDocumentor configuration file
15-
PHPDOC_TEMPLATE_VERSION='3.5.3'; # Version of the phpDocumentor base template set
15+
PHPDOC_TEMPLATE_VERSION='3.7.1'; # Version of the phpDocumentor base template set
1616
PHPDOC_DIR="$(pwd)/tools/php_api_ref/.phpdoc"; # Absolute path to phpDocumentor resource directory (containing the override template set)
1717

1818
PHP_BINARY="php -d error_reporting=`php -r 'echo E_ALL & ~E_DEPRECATED;'`"; # Avoid depreciation messages from phpDocumentor/Reflection/issues/529 when using PHP 8.2 or higher

0 commit comments

Comments
 (0)