vc/makeApidox.sh

8 lines
73 B
Bash
Raw Normal View History

2023-01-30 20:31:00 +08:00
#!/bin/sh
cd "`dirname "$0"`/doc"
rm -rf html
doxygen
rm -f html/*.qhp