diff extra/soundsoftware/extract-docs.sh @ 411:e7ba81c8dc5a feature_113

Add the MATLAB doc extractor to the general doc extraction script
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 28 Apr 2011 13:29:15 +0100
parents 3c084a25d8ab
children 0964cbb51753
line wrap: on
line diff
--- a/extra/soundsoftware/extract-docs.sh	Wed Apr 27 16:55:21 2011 +0100
+++ b/extra/soundsoftware/extract-docs.sh	Thu Apr 28 13:29:15 2011 +0100
@@ -22,7 +22,7 @@
     *) progdir="$(pwd)/$progdir" ;;
 esac
 
-types="doxygen javadoc" # Do Doxygen first (it can be used for Java too)
+types="doxygen javadoc matlabdocs" # Do Doxygen first (it can be used for Java too)
 
 for x in $types; do
     if [ ! -x "$progdir/extract-$x.sh" ]; then