Bladeren bron

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

Ole 10 jaren geleden
bovenliggende
commit
9bee181714
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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) \