Explorar el Código

VLCLibrary: VLCLibraryLogReceiverProtocol: Fix documentation

Closes #248
Soomin Lee hace 6 años
padre
commit
f390d6205d
Se han modificado 1 ficheros con 2 adiciones y 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;