dox2.c Close divs on docs with @noreturn

This commit is contained in:
Danny Robinson 2022-07-28 19:12:28 +01:00
parent 066ed2b2b2
commit 1632a1cda3

View file

@ -728,8 +728,8 @@ static void PrintDox(struct Dox *dox, FILE *f) {
PrintText(f, o->type); PrintText(f, o->type);
} }
fprintf(f, "</dl>\n"); fprintf(f, "</dl>\n");
fprintf(f, "</div>\n"); // .tag
} }
fprintf(f, "</div>\n"); // .tag
} }
// type // type