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:
@ -40,13 +40,13 @@
|
||||
#include "include/cef_base.h"
|
||||
|
||||
///
|
||||
// Implement this interface to receive string values asynchronously.
|
||||
/// Implement this interface to receive string values asynchronously.
|
||||
///
|
||||
/*--cef(source=client)--*/
|
||||
class CefStringVisitor : public virtual CefBaseRefCounted {
|
||||
public:
|
||||
///
|
||||
// Method that will be executed.
|
||||
/// Method that will be executed.
|
||||
///
|
||||
/*--cef(optional_param=string)--*/
|
||||
virtual void Visit(const CefString& string) = 0;
|
||||
|
Reference in New Issue
Block a user