makeApidox.sh 73 B

12345678
  1. #!/bin/sh
  2. cd "`dirname "$0"`/doc"
  3. rm -rf html
  4. doxygen
  5. rm -f html/*.qhp