Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autodoc: std.heap.page_allocator source link points to std.heap.memory_pool #16741

Closed
acgaudette opened this issue Aug 8, 2023 · 2 comments · Fixed by #19208
Closed

Autodoc: std.heap.page_allocator source link points to std.heap.memory_pool #16741

acgaudette opened this issue Aug 8, 2023 · 2 comments · Fixed by #19208
Assignees
Labels
autodoc The web application for interactive documentation and generation of its assets.
Milestone

Comments

@acgaudette
Copy link

how to reproduce:

expected:
https://ziglang.org/documentation/master/std/src/std/heap/PageAllocator.zig.html
found:
https://ziglang.org/documentation/master/std/src/std/heap/memory_pool.zig.html#L10

@acgaudette acgaudette added the autodoc The web application for interactive documentation and generation of its assets. label Aug 8, 2023
@acgaudette
Copy link
Author

is this url configured manually? if not, how does this sort of thing usually occur?

@rohlem
Copy link
Contributor

rohlem commented Aug 9, 2023

possibly related?: #16728

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autodoc The web application for interactive documentation and generation of its assets.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants