-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add related Win32 APIs #13
Conversation
descriptions/ntdelayexecution.md
Outdated
- [`Sleep`](https://learn.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-sleep) | ||
|
||
# Documented by | ||
* Wojciech Dudek |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might seem as if the whole document was authored by you. I'm not sure what's the best solution here. At this point, I think it's best to keep these documents without the "Documented by" section. The authors can be queried via GitHub, and I may add a more explicit list of authors on the website itself in the future.
It was also briefly discussed here: #3
@cyber-wojtek @diversenok what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I was thinking the same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was planning to eventually phase out most of these "Documented by" sections by rewriting the corresponding pages. I don't see much value in keeping them for functions/types already extensively documented by Microsoft, but I also don't feel like I have a right to remove them on other pages without reworking the content,
Added related Win32 APIs to mainly file-related procedures