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); }