Skip to content

Commit

Permalink
Fix phpdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Mar 23, 2020
1 parent c97905c commit 79fa6bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Expand Up @@ -92,13 +92,17 @@
</then>
</if>
<mkdir dir="${builddir}/apidocs"/>
<mkdir dir="${builddir}/docs_cache" />
<!-- Old embedded version; no longer works correctly...
<phpdoc2 title="VuFindHarvest API Documentation"
pharlocation="${srcdir}/vendor/bin/phpDocumentor-${phpdoc_version}.phar"
destdir="${builddir}/apidocs">
<fileset dir=".">
<include name="src/**/*.php" />
</fileset>
</phpdoc2>
-->
<exec command="php ${srcdir}/vendor/bin/phpDocumentor-${phpdoc_version}.phar --cache-folder=${builddir}/docs_cache --title=&quot;VuFindHarvest API Documentation&quot; -t ${builddir}/apidocs -d ${srcdir}/src" passthru="true" />
</target>

<!-- PHPUnit -->
Expand Down

0 comments on commit 79fa6bd

Please sign in to comment.