Skip to content

Commit f8f6965

Browse files
committed
fb-api files ares not included in the project anymore
1 parent 0c3ac51 commit f8f6965

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

check-format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
failed_files=$( \
4-
find src -type f \( -name "*.cpp" -o -name "*.h" \) ! -path "src/lib/fb-api/*" \
4+
find src -type f \( -name "*.cpp" -o -name "*.h" \) \
55
-exec sh -c 'for f; do [ "$(clang-format "$f")" != "$(cat "$f")" ] && echo "$f"; done' _ {} +)
66

77
if [ -n "$failed_files" ]; then

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ FILE_PATTERNS = *.c \
155155
RECURSIVE = YES
156156
EXCLUDE =
157157
EXCLUDE_SYMLINKS = NO
158-
EXCLUDE_PATTERNS = */src/lib/fb-api/firebird/*
158+
EXCLUDE_PATTERNS =
159159
EXCLUDE_SYMBOLS = fbcpp::impl \
160160
fbcpp::impl::*
161161
EXAMPLE_PATH =

0 commit comments

Comments
 (0)