update docs tool

main
Dominik Madarász 2023-10-28 22:37:44 +02:00
parent 6bc3c82ff0
commit 5cd68a5729
1 changed files with 1 additions and 0 deletions

View File

@ -900,6 +900,7 @@ 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 website")) continue;
if (strstr(it, "sync fwk")) continue;
if (strstr(it, "sync FWK")) continue;
// printf("<details><summary>%s</summary></details>\n", it);