mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update include/ comments to Doxygen formatting (see issue #3384)
See related guidelines in the issue.
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=398537ec88bfe902c49908db4a549da297594b70$
|
||||
// $hash=3940b4c999764eae305984a16c401e302aefddc6$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_STRING_VISITOR_CAPI_H_
|
||||
@ -47,16 +47,16 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
///
|
||||
// Implement this structure to receive string values asynchronously.
|
||||
/// Implement this structure to receive string values asynchronously.
|
||||
///
|
||||
typedef struct _cef_string_visitor_t {
|
||||
///
|
||||
// Base structure.
|
||||
/// Base structure.
|
||||
///
|
||||
cef_base_ref_counted_t base;
|
||||
|
||||
///
|
||||
// Method that will be executed.
|
||||
/// Method that will be executed.
|
||||
///
|
||||
void(CEF_CALLBACK* visit)(struct _cef_string_visitor_t* self,
|
||||
const cef_string_t* string);
|
||||
|
Reference in New Issue
Block a user