You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/php_api_ref/phpdoc.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ DXP_EDITION='commerce'; # Edition from and for which the Reference is built
9
9
DXP_VERSION='4.6.*';# Version from and for which the Reference is built
10
10
DXP_ADD_ONS=(connector-ai connector-openai automated-translation);# Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
11
11
DXP_EDITIONS=(oss headless experience commerce);# Available editions ordered by ascending capabilities
12
-
PHPDOC_VERSION='3.5.3';# Version of phpDocumentor used to build the Reference
12
+
PHPDOC_VERSION='3.7.1';# Version of phpDocumentor used to build the Reference
13
13
PHPDOC_CONF="$(pwd)/tools/php_api_ref/phpdoc.dist.xml";# Absolute path to phpDocumentor configuration file
14
14
#PHPDOC_CONF="$(pwd)/tools/php_api_ref/phpdoc.dev.xml"; # Absolute path to phpDocumentor configuration file
15
15
PHPDOC_TEMPLATE_VERSION='3.5.3';# Version of the phpDocumentor base template set
@@ -106,7 +106,7 @@ if [ 0 -eq $DXP_ALREADY_EXISTS ]; then
0 commit comments