Procházet zdrojové kódy

VLCLibrary: VLCLibraryLogReceiverProtocol: Fix documentation

Closes #248
Soomin Lee před 6 roky
rodič
revize
f390d6205d
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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;