Parcourir la source

VLCLibrary: VLCLibraryLogReceiverProtocol: Fix documentation

Closes #248
Soomin Lee il y a 6 ans
Parent
commit
f390d6205d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Headers/Public/VLCLibrary.h

+ 2 - 2
Headers/Public/VLCLibrary.h

@@ -130,8 +130,8 @@ NS_ASSUME_NONNULL_BEGIN
 @required
 /**
  * called when VLC wants to print a debug message
- * \param error the dialog title
- * \param message the error message
+ * \param message the debug message
+ * \param level the debug level
  */
 - (void)handleMessage:(NSString *)message
            debugLevel:(int)level;