File: run_doxygen.sh

package info (click to toggle)
hipsolver 5.5.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,088 kB
  • sloc: cpp: 60,817; f90: 8,280; python: 567; sh: 485; xml: 199; ansic: 84; makefile: 43
file content (10 lines) | stat: -rwxr-xr-x 145 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

set -eu

# Make this directory the PWD
cd "$(dirname "${BASH_SOURCE[0]}")"

# Build the doxygen info
rm -rf docBin
doxygen Doxyfile