-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
Documentation fixes #2116
Documentation fixes #2116
Conversation
e21209b
to
abbb0ec
Compare
You can browse the resulting documentation for this PR at https://smingdev.readthedocs.io/en/fix-documentation/ |
Otherwise cannot then omit members, which for stream documentation makes it unusable.
Don't repeat comments from inherited classes unless there is something to add. This means we must explicitly add `:members:` declarations if required.
b06d292
to
fcd30e9
Compare
@mikee47 Ping me when this PR is ready. |
@slaff All done, thanks. |
:cpp:class:`IDataSourceStream` is used where read-only access is required. | ||
It introduces the :cpp:func:`IDataSourceStream::readMemoryBlock` method which | ||
performs a regular read without updating the stream position. | ||
This allows optimistic reading and re-sending, but cannot be handle by some stream |
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.
but cannot be handle by some stream
Did you mean "but cannot be handled by some stream" ?
Ready? |
Yep. Hit it! |
Premature as PR hasn't been submitted yet! This will end up in 4.1 -> 4.2.
@kmihaylov Re #2106 I've included a basic README for the CS5460 library, if you'd like to add anything you could do it here!