test/data: update host.xkb to match keymap-dump style
[platform/upstream/libxkbcommon.git] / scripts / doxygen-wrapper
1 #!/bin/sh
2 # Run doxygen such that the working directory is the source root.
3 # This is needed for various reasons (e.g. relative references in md files).
4 # Do not use directly.
5 DOXYGEN="$1"
6 DOXYFILE="$2"
7 ABS_TOP_SRCDIR="$3"
8 cd "$ABS_TOP_SRCDIR" && exec "$DOXYGEN" "$DOXYFILE"