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:
@ -51,18 +51,18 @@
|
||||
#include "include/cef_frame.h"
|
||||
|
||||
///
|
||||
// Execute JavaScript with a user gesture to trigger functionality like
|
||||
// onbeforeunload handlers that will otherwise be blocked.
|
||||
/// Execute JavaScript with a user gesture to trigger functionality like
|
||||
/// onbeforeunload handlers that will otherwise be blocked.
|
||||
///
|
||||
/*--cef(optional_param=javascript)--*/
|
||||
void CefExecuteJavaScriptWithUserGestureForTests(CefRefPtr<CefFrame> frame,
|
||||
const CefString& javascript);
|
||||
|
||||
///
|
||||
// Set the DIR_SRC_TEST_DATA_ROOT directory used to load test data. Must be
|
||||
// configured when running from a CEF binary distribution. Defaults to the
|
||||
// "chromium/src" directory when running from a local CEF/Chromium build. |dir|
|
||||
// must be an absolute path.
|
||||
/// Set the DIR_SRC_TEST_DATA_ROOT directory used to load test data. Must be
|
||||
/// configured when running from a CEF binary distribution. Defaults to the
|
||||
/// "chromium/src" directory when running from a local CEF/Chromium build. |dir|
|
||||
/// must be an absolute path.
|
||||
///
|
||||
/*--cef()--*/
|
||||
void CefSetDataDirectoryForTests(const CefString& dir);
|
||||
|
Reference in New Issue
Block a user