update docs tool
parent
6bc3c82ff0
commit
5cd68a5729
|
@ -900,6 +900,7 @@ int main(int argc, char **argv) {
|
||||||
strrepl(&chg, "\r\n", "\n");
|
strrepl(&chg, "\r\n", "\n");
|
||||||
for each_substring(chg, "\n", it) {
|
for each_substring(chg, "\n", it) {
|
||||||
if (strstr(it, "sync depot")) continue;
|
if (strstr(it, "sync depot")) continue;
|
||||||
|
if (strstr(it, "sync website")) continue;
|
||||||
if (strstr(it, "sync fwk")) continue;
|
if (strstr(it, "sync fwk")) continue;
|
||||||
if (strstr(it, "sync FWK")) continue;
|
if (strstr(it, "sync FWK")) continue;
|
||||||
// printf("<details><summary>%s</summary></details>\n", it);
|
// printf("<details><summary>%s</summary></details>\n", it);
|
||||||
|
|
Loading…
Reference in New Issue