[doc] Remove unused clang format dev script

Also, update the clang format file to reflect the current coding
style mentioned in the developer notes.
This commit is contained in:
MarcoFalke
2017-01-28 16:58:29 +01:00
parent a7ea2f8fdb
commit fa5137c11d
4 changed files with 6 additions and 71 deletions

View File

@@ -8,11 +8,6 @@ check-doc.py
Check if all command line args are documented. The return value indicates the
number of undocumented args.
clang-format.py
===============
A script to format cpp source code according to [.clang-format](../../src/.clang-format). This should only be applied to new files or files which are currently not actively developed on. Also, git subtrees are not subject to formatting.
clang-format-diff.py
===================
@@ -24,6 +19,7 @@ the script should be called from the git root folder as follows.
```
git diff -U0 HEAD~1.. | ./contrib/devtools/clang-format-diff.py -p1 -i -v
```
copyright\_header.py
====================