1 # for vxl files run the vxl_doxy.pl script, and use itkgroup.pl for all other files
2 if ( $ARGV[0] =~ /(vxl|vcl|vnl)/)
4 system ("perl @ITK_SOURCE_DIR@/Utilities/Doxygen/vxl_doxy.pl $ARGV[0]");
8 system ("perl @ITK_SOURCE_DIR@/Utilities/Doxygen/itkgroup.pl $ARGV[0]");