vc/makeApidox.sh

8 lines
73 B
Bash
Executable File

#!/bin/sh
cd "`dirname "$0"`/doc"
rm -rf html
doxygen
rm -f html/*.qhp