Remove generate html script. It moved to tantivy-search.github.io

This commit is contained in:
Paul Masurel
2018-08-21 08:26:46 +09:00
parent ef3a16a129
commit c0641c2b47

View File

@@ -1,6 +0,0 @@
#!/bin/bash
for example in $(ls *.rs)
do
docco $example -o html
done