Readthedocs documentation support (#71)

[ROCm/rccl commit: bb7542c1d9]
This commit is contained in:
saadrahim
2019-05-24 15:03:56 -06:00
committed by gilbertlee-amd
parent 9d9fd68215
commit b90e705679
12 changed files with 2908 additions and 51 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/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