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 @@ ...@@ -137,6 +137,7 @@
</if> </if>
<!-- Run phpdoc --> <!-- Run phpdoc -->
<mkdir dir="${builddir}/apidocs" /> <mkdir dir="${builddir}/apidocs" />
<!-- Old embedded version; no longer works correctly...
<phpdoc2 title="VuFind API Documentation" <phpdoc2 title="VuFind API Documentation"
pharlocation="${srcdir}/vendor/bin/phpDocumentor-${phpdoc_version}.phar" pharlocation="${srcdir}/vendor/bin/phpDocumentor-${phpdoc_version}.phar"
destdir="${builddir}/apidocs"> destdir="${builddir}/apidocs">
...@@ -144,6 +145,8 @@ ...@@ -144,6 +145,8 @@
<include name="module/*/src/**/*.php" /> <include name="module/*/src/**/*.php" />
</fileset> </fileset>
</phpdoc2> </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> </target>
<!-- PHPUnit --> <!-- 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