Procházet zdrojové kódy

docs: Change parameter docs for LUWRA_WRAP_METHOD's 'fun' to 'meth'

Ole před 10 roky
rodič
revize
9bee181714
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lib/luwra/methods.hpp

+ 1 - 1
lib/luwra/methods.hpp

@@ -98,7 +98,7 @@ LUWRA_NS_END
 
 /**
  * Generate a `lua_CFunction` wrapper for a method.
- * \param fun Fully qualified method name (Do not supply a pointer)
+ * \param meth Fully qualified method name (Do not supply a pointer)
  * \return Wrapped function as `lua_CFunction`
  */
 #define LUWRA_WRAP_METHOD(meth) \