forked from openkylin/vc
8 lines
73 B
Bash
8 lines
73 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd "`dirname "$0"`/doc"
|
||
|
|
||
|
rm -rf html
|
||
|
doxygen
|
||
|
rm -f html/*.qhp
|