From 011fb89b4b045646afefdd35ea584fb9425b302b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Sun, 22 Oct 2023 00:02:41 +0200 Subject: [PATCH] update docs tool --- tools/docs/docs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/docs/docs.c b/tools/docs/docs.c index 1634ecb..3d9b268 100644 --- a/tools/docs/docs.c +++ b/tools/docs/docs.c @@ -900,6 +900,8 @@ int main(int argc, char **argv) { strrepl(&chg, "\r\n", "\n"); for each_substring(chg, "\n", it) { if (strstr(it, "sync depot")) continue; + if (strstr(it, "sync fwk")) continue; + if (strstr(it, "sync FWK")) continue; // printf("
%s
\n", it); printf("* %s\n", it); }