Explorar o código

VLCLibrary: VLCLibraryLogReceiverProtocol: Fix documentation

Closes #248
Soomin Lee %!s(int64=6) %!d(string=hai) anos
pai
achega
f390d6205d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;