We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3ac51 commit f8f6965Copy full SHA for f8f6965
2 files changed
check-format.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
failed_files=$( \
4
- find src -type f \( -name "*.cpp" -o -name "*.h" \) ! -path "src/lib/fb-api/*" \
+ find src -type f \( -name "*.cpp" -o -name "*.h" \) \
5
-exec sh -c 'for f; do [ "$(clang-format "$f")" != "$(cat "$f")" ] && echo "$f"; done' _ {} +)
6
7
if [ -n "$failed_files" ]; then
doc/Doxyfile
@@ -155,7 +155,7 @@ FILE_PATTERNS = *.c \
155
RECURSIVE = YES
156
EXCLUDE =
157
EXCLUDE_SYMLINKS = NO
158
-EXCLUDE_PATTERNS = */src/lib/fb-api/firebird/*
+EXCLUDE_PATTERNS =
159
EXCLUDE_SYMBOLS = fbcpp::impl \
160
fbcpp::impl::*
161
EXAMPLE_PATH =
0 commit comments