projects
/
platform
/
upstream
/
libxkbcommon.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add /etc/xkb as extra lookup path for system data files
[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"