mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-09 11:20:30 +00:00
dox2.c Close divs on docs with @noreturn
This commit is contained in:
parent
066ed2b2b2
commit
1632a1cda3
1 changed files with 1 additions and 1 deletions
2
third_party/chibicc/dox2.c
vendored
2
third_party/chibicc/dox2.c
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue