Skip to content

Commit

Permalink
[Docs] Fix DocC warnings in FirebaseCrashlytics
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Nov 5, 2024
1 parent bc41b66 commit 802ea9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ NS_SWIFT_NAME(Crashlytics)
* Adds logging that is sent with your crash data. The logging does not appear in app
* logs and is only visible in the Crashlytics dashboard.
*
* @param format Format of string
* @param ... A comma-separated list of arguments to substitute into format
* @param format The format of the string, followed by a comma-separated list
* of arguments to substitute into the format.
*/
- (void)logWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1, 2);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ NS_SWIFT_NAME(CrashlyticsReport)
* Adds logging that is sent with your crash data. The logging does not appear in the
* system.log and is only visible in the Crashlytics dashboard.
*
* @param format Format of string
* @param ... A comma-separated list of arguments to substitute into format
* @param format The format of the string, followed by a comma-separated list
* of arguments to substitute into the format.
*/
- (void)logWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1, 2);

Expand Down

0 comments on commit 802ea9e

Please sign in to comment.