Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork175
doc/uefi: improve Protocol documentation#1612
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
3213ebd
to999927a
CompareUh oh!
There was an error while loading.Please reload this page.
16cd39b
to5149e63
Compare3d26ff6
to583debc
Comparephip1611 commentedMay 19, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I rebased everything and I think it is ready now. IMHO, this improves the "What is a protocol?" question for newbies in |
Are we good to go here,@nicholasbishop ? |
We don't deduplicate everything and keep a few important thingsin uefi as well. See#1641 (comment) for a discussion.
Now each struct's documentation begins with "$ProtocolName [`Protocol`]". Thisway, readers quickly can figure out what Protocols are in general.
5d233a5
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Improve Protocol documentation in general.
The idea here is to centralize all documentation inThe idea is thatuefi-raw
and then forward to it from UEFI.uefi-raw
contains no less technical information thanuefi
Partially covers#1639
Checklist