Fix action icons in the log dialog being clipped on High-DPI displays
[TortoiseGit.git] / ext / OGDF / doc / build-ogdf-docs.sh
blobe043cbf9bc267bc3310cb99e9f39a52d65502e76
1 #!/bin/bash
3 sourcepath="$0"
5 # folder wich contains the script
6 folder="${sourcepath%/*}"
8 cd "$folder"
9 rm -r ./html
10 doxygen "ogdf-doxygen.cfg"