mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-27 22:25:09 +00:00
Fix output of filename when outputting docs with the -in-source-order option.
This commit is contained in:
@@ -289,7 +289,7 @@ gb_internal void print_doc_package(CheckerInfo *info, AstPackage *pkg) {
|
||||
}
|
||||
curr_file = e->file;
|
||||
String filename = remove_directory_from_path(curr_file->fullpath);
|
||||
print_doc_line(1, "file: %s", filename);
|
||||
print_doc_line(1, "file: %.*s", LIT(filename));
|
||||
}
|
||||
} else {
|
||||
if (curr_entity_kind != e->kind) {
|
||||
|
||||
Reference in New Issue
Block a user