File: mkdocs.sh

package info (click to toggle)
ompl 0.14.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 35,100 kB
  • ctags: 8,743
  • sloc: cpp: 50,246; python: 3,631; php: 190; sh: 90; makefile: 57
file content (10 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
rm -rf html
doxygen Doxyfile
cd html
# for doxygen >= 1.8.4
for f in md_doc_markdown_*; do mv $f `echo $f | cut -c17-1000`; done
# for doxygen >= 1.8.0 and < 1.8.4
# for f in md_*; do mv $f `echo $f | cut -c4-1000`; done
# mv mainpage.html index.html
rm *8md_source.html