diff options
| author | Ian Johnson <ian@ianjohnson.dev> | 2024-04-12 21:18:18 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-04-12 23:43:57 -0700 |
| commit | 4fac5bd601da12140586115dc9ddc6a92577ff6d (patch) | |
| tree | 8746445aaaf7b1895b650d0698c98892961f17e2 /lib/std/Thread | |
| parent | f1c0f42cddd344d6ac56569decb42eab2dfc07e5 (diff) | |
| download | zig-4fac5bd601da12140586115dc9ddc6a92577ff6d.tar.gz zig-4fac5bd601da12140586115dc9ddc6a92577ff6d.zip | |
Autodoc: fix root module name in sources.tar
This was overlooked in #19458. Using the fully qualified name of each
module usually makes sense, but there is one module where it does not,
namely, the root module, since its name is `root`. The original Autodoc
tar creation logic used `comp.root_name` for the root module back when
it was the only module included in `sources.tar`, and that made sense.
Now, we get the best of both worlds, using the proper root name for the
root module while using the module name for the rest.
Diffstat (limited to 'lib/std/Thread')
0 files changed, 0 insertions, 0 deletions
