Skip to content

Commit 742e059

Browse files
authored
[Docs] Fix DocC warnings in FirebaseCrashlytics (#14035)
1 parent eb9d6be commit 742e059

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlytics.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ NS_SWIFT_NAME(Crashlytics)
5959
* Adds logging that is sent with your crash data. The logging does not appear in app
6060
* logs and is only visible in the Crashlytics dashboard.
6161
*
62-
* @param format Format of string
63-
* @param ... A comma-separated list of arguments to substitute into format
62+
* @param format The format of the string, followed by a comma-separated list
63+
* of arguments to substitute into the format.
6464
*/
6565
- (void)logWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1, 2);
6666

Crashlytics/Crashlytics/Public/FirebaseCrashlytics/FIRCrashlyticsReport.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ NS_SWIFT_NAME(CrashlyticsReport)
5656
* Adds logging that is sent with your crash data. The logging does not appear in the
5757
* system.log and is only visible in the Crashlytics dashboard.
5858
*
59-
* @param format Format of string
60-
* @param ... A comma-separated list of arguments to substitute into format
59+
* @param format The format of the string, followed by a comma-separated list
60+
* of arguments to substitute into the format.
6161
*/
6262
- (void)logWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1, 2);
6363

0 commit comments

Comments
 (0)