-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
generated docs: more doc type awareness #3404
Labels
autodoc
The web application for interactive documentation and generation of its assets.
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
docs
Milestone
Comments
andrewrk
added
docs
stage1
The process of building from source via WebAssembly and the C backend.
labels
Oct 8, 2019
andrewrk
added
the
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
label
Oct 8, 2019
andrewrk
added a commit
that referenced
this issue
Oct 9, 2019
s-ol
added a commit
to s-ol/zig
that referenced
this issue
Oct 14, 2020
s-ol
added a commit
to s-ol/zig
that referenced
this issue
Oct 14, 2020
s-ol
added a commit
to s-ol/zig
that referenced
this issue
Oct 14, 2020
s-ol
added a commit
to s-ol/zig
that referenced
this issue
Oct 14, 2020
s-ol
added a commit
to s-ol/zig
that referenced
this issue
Oct 22, 2020
s-ol
added a commit
to s-ol/zig
that referenced
this issue
Oct 22, 2020
s-ol
added a commit
to s-ol/zig
that referenced
this issue
Oct 22, 2020
s-ol
added a commit
to s-ol/zig
that referenced
this issue
Oct 22, 2020
s-ol
added a commit
to s-ol/zig
that referenced
this issue
Oct 23, 2020
s-ol
added a commit
to s-ol/zig
that referenced
this issue
Oct 23, 2020
travv0
pushed a commit
to travv0/zig
that referenced
this issue
Oct 29, 2020
travv0
pushed a commit
to travv0/zig
that referenced
this issue
Oct 29, 2020
travv0
pushed a commit
to travv0/zig
that referenced
this issue
Oct 29, 2020
Vexu
removed
the
stage1
The process of building from source via WebAssembly and the C backend.
label
Dec 28, 2022
Vexu
added
the
autodoc
The web application for interactive documentation and generation of its assets.
label
Dec 28, 2022
Irrelevant with the new autodocs system. |
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.
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
docs
Extracted from #21:
Here the semantic analysis dumper gives up:
zig/src/dump_analysis.cpp
Lines 921 to 924 in e0f0e2a
It should supply more type information to the docs, which can then be utilized here:
zig/lib/std/special/docs/main.js
Lines 532 to 537 in e0f0e2a
This will make more hyperlinks and syntax coloring work in the docs.
The text was updated successfully, but these errors were encountered: