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:
@ -66,7 +66,7 @@
|
||||
@end
|
||||
|
||||
// Copy of definition from base/mac/scoped_sending_event.h.
|
||||
@protocol CrAppControlProtocol<CrAppProtocol>
|
||||
@protocol CrAppControlProtocol <CrAppProtocol>
|
||||
- (void)setHandlingSendEvent:(BOOL)handlingSendEvent;
|
||||
@end
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
|
||||
// All CEF client applications must subclass NSApplication and implement this
|
||||
// protocol.
|
||||
@protocol CefAppProtocol<CrAppControlProtocol>
|
||||
@protocol CefAppProtocol <CrAppControlProtocol>
|
||||
@end
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user