Update include/ comments to Doxygen formatting (see issue #3384)

See related guidelines in the issue.
This commit is contained in:
Marshall Greenblatt
2022-08-31 22:03:04 -04:00
parent 7b352159df
commit d7a153bdd4
235 changed files with 11484 additions and 11274 deletions

View File

@ -42,15 +42,15 @@
#include "include/cef_stream.h"
///
// Thread safe implementation of the CefReadHandler class for reading an
// in-memory array of bytes.
/// Thread safe implementation of the CefReadHandler class for reading an
/// in-memory array of bytes.
///
class CefByteReadHandler : public CefReadHandler {
public:
///
// Create a new object for reading an array of bytes. An optional |source|
// reference can be kept to keep the underlying data source from being
// released while the reader exists.
/// Create a new object for reading an array of bytes. An optional |source|
/// reference can be kept to keep the underlying data source from being
/// released while the reader exists.
///
CefByteReadHandler(const unsigned char* bytes,
size_t size,