We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97c169 commit 4d1c26eCopy full SHA for 4d1c26e
scripts/doxy_merge_driver.sh
@@ -0,0 +1,13 @@
1
+#!/usr/bin/env sh
2
+
3
+# This script can be used in conjunction with git and the doc-reformatting
4
+# script (reformat_docs.py) to facilitate automatic rebases/merges spanning the
5
+# transition to Doxygen-style comments.
6
+# Usage information: https://svn.cprover.org/wiki/doku.php?id=doxygen
7
8
+script_dir="$(dirname "$0")"
9
10
+python "${script_dir}/reformat_docs.py" "$1" -i
11
+python "${script_dir}/reformat_docs.py" "$2" -i
12
+python "${script_dir}/reformat_docs.py" "$3" -i
13
+git merge-file "$1" "$2" "$3"
0 commit comments