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

Exclude files to work around problem with phpdoc2.

parent 17958504
No related merge requests found
...@@ -52,8 +52,9 @@ ...@@ -52,8 +52,9 @@
destdir="${builddir}/apidocs"> destdir="${builddir}/apidocs">
<fileset dir="."> <fileset dir=".">
<include name="module/VuFind/src/**/*.php" /> <include name="module/VuFind/src/**/*.php" />
<!-- This file breaks phpdoc2; exclude until we can figure out why: --> <!-- These files break phpdoc2; exclude until we can figure out why: -->
<exclude name="module/VuFind/src/VuFind/Log/Writer/Stream.php" /> <exclude name="module/VuFind/src/VuFind/Log/Writer/Stream.php" />
<exclude name="module/VuFind/src/VuFind/SMS/*.php" />
</fileset> </fileset>
</phpdoc2> </phpdoc2>
......
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