-
Notifications
You must be signed in to change notification settings - Fork 3k
Move inline code snippets to code blocks #8462
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
Conversation
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.
Reword sentence please.
platform/DirHandle.h
Outdated
* DIR *d = opendir("/example"); | ||
* @endcode | ||
* to open the root of the filesystem and then using readdir, | ||
* closedir, etc with the directory pointer. |
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.
Duno why, but this sentence feels like a both a run-on sentence, and like it's worded weirdly.
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 sort of choppily rewrote that segment, one second.
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.
Is this referring to the FileSystem class or any file system? If the latter, we should make it two words.
Removing from rollup due to merge check uncertainty. |
Add "s" for agreement.
da5b09e
to
7d604fe
Compare
Edit for active voice.
Description
Moving this small code snippet into a code block allows the doxy spell checker to work better (the extra asterisks and function calls were causing issues). It does however make the raw header look a bit uglier.
Thoughts (new generated doxy below)?
Pull request type