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:
@ -53,7 +53,7 @@ typedef pid_t cef_platform_thread_id_t;
|
||||
#endif
|
||||
|
||||
///
|
||||
// Returns the current platform thread ID.
|
||||
/// Returns the current platform thread ID.
|
||||
///
|
||||
CEF_EXPORT cef_platform_thread_id_t cef_get_current_platform_thread_id(void);
|
||||
|
||||
@ -66,7 +66,7 @@ typedef pthread_t cef_platform_thread_handle_t;
|
||||
#endif
|
||||
|
||||
///
|
||||
// Returns the current platform thread handle.
|
||||
/// Returns the current platform thread handle.
|
||||
///
|
||||
CEF_EXPORT cef_platform_thread_handle_t
|
||||
cef_get_current_platform_thread_handle(void);
|
||||
|
Reference in New Issue
Block a user