Skip to content
Snippets Groups Projects
Commit 9b85f657 authored by Demian Katz's avatar Demian Katz
Browse files

Work around phpDocumentor problems.

parent 26bba845
No related merge requests found
......@@ -137,6 +137,7 @@
</if>
<!-- Run phpdoc -->
<mkdir dir="${builddir}/apidocs" />
<!-- Old embedded version; no longer works correctly...
<phpdoc2 title="VuFind API Documentation"
pharlocation="${srcdir}/vendor/bin/phpDocumentor-${phpdoc_version}.phar"
destdir="${builddir}/apidocs">
......@@ -144,6 +145,8 @@
<include name="module/*/src/**/*.php" />
</fileset>
</phpdoc2>
-->
<exec command="php ${srcdir}/vendor/bin/phpDocumentor-${phpdoc_version}.phar --title=&quot;VuFind API Documentation&quot; -t ${builddir}/apidocs -d ${srcdir}/module" passthru="true" />
</target>
<!-- PHPUnit -->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment