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:
@ -43,8 +43,8 @@
|
||||
typedef cef_path_key_t PathKey;
|
||||
|
||||
///
|
||||
// Retrieve the path associated with the specified |key|. Returns true on
|
||||
// success. Can be called on any thread in the browser process.
|
||||
/// Retrieve the path associated with the specified |key|. Returns true on
|
||||
/// success. Can be called on any thread in the browser process.
|
||||
///
|
||||
/*--cef()--*/
|
||||
bool CefGetPath(PathKey key, CefString& path);
|
||||
|
Reference in New Issue
Block a user