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:
@ -42,19 +42,19 @@ extern "C" {
|
||||
// See include/base/cef_logging.h for macros and intended usage.
|
||||
|
||||
///
|
||||
// Gets the current log level.
|
||||
/// Gets the current log level.
|
||||
///
|
||||
CEF_EXPORT int cef_get_min_log_level(void);
|
||||
|
||||
///
|
||||
// Gets the current vlog level for the given file (usually taken from
|
||||
// __FILE__). Note that |N| is the size *with* the null terminator.
|
||||
/// Gets the current vlog level for the given file (usually taken from
|
||||
/// __FILE__). Note that |N| is the size *with* the null terminator.
|
||||
///
|
||||
CEF_EXPORT int cef_get_vlog_level(const char* file_start, size_t N);
|
||||
|
||||
///
|
||||
// Add a log message. See the LogSeverity defines for supported |severity|
|
||||
// values.
|
||||
/// Add a log message. See the LogSeverity defines for supported |severity|
|
||||
/// values.
|
||||
///
|
||||
CEF_EXPORT void cef_log(const char* file,
|
||||
int line,
|
||||
|
Reference in New Issue
Block a user