Skip to content

Commit

Permalink
Fix doc generation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 1, 2024
1 parent 417788f commit 69018ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ extern void GULOSLogDebug(NSString *subsystem,
/// three-character service identifier and a six digit integer message ID that is unique within
/// the service. An example of the message code is @"I-COR000001".
/// - message: The message to log, which may be a format string.
/// - arguments: The variable arguments list obtained from calling va_start, used when message is
/// - args: The variable arguments list obtained from calling va_start, used when message is
/// a format string; optional if `message` is not a format string.
+ (void)logWithLevel:(GULLoggerLevel)level
subsystem:(NSString *)subsystem
Expand Down

0 comments on commit 69018ed

Please sign in to comment.