Update include/ comments to Doxygen formatting (see issue #3384)

See related guidelines in the issue.
This commit is contained in:
Marshall Greenblatt
2022-08-31 22:03:04 -04:00
parent 7b352159df
commit d7a153bdd4
235 changed files with 11484 additions and 11274 deletions

View File

@ -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,