Files
rocm-systems/docs/run_doc.sh
T
2019-08-14 10:42:35 -07:00

17 строки
195 B
Bash
Исполняемый файл

#!/bin/bash
if [ -d docBin ]; then
rm -rf docBin
fi
sed -e 's/ROCFFT_EXPORT //g' ../library/include/rocfft.h > rocfft.h
doxygen Doxyfile
cd source
make clean
make html
cd ..
rm rocfft.h