summaryrefslogtreecommitdiff
path: root/scripts/dev/generate-phpt/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev/generate-phpt/build.xml')
-rwxr-xr-xscripts/dev/generate-phpt/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/generate-phpt/build.xml b/scripts/dev/generate-phpt/build.xml
index c01954bda9..098dfcac83 100755
--- a/scripts/dev/generate-phpt/build.xml
+++ b/scripts/dev/generate-phpt/build.xml
@@ -3,7 +3,7 @@
<project name="generate" default="test" basedir=".">
<property name="build.dir" value="_build" />
-
+
<target name="docs" description="Create API documentation.">
<exec command="doxygen doxygen.conf" />
</target>