浏览代码

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

Ole 10 年之前
父节点
当前提交
9bee181714
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.
  * 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`
  * \return Wrapped function as `lua_CFunction`
  */
  */
 #define LUWRA_WRAP_METHOD(meth) \
 #define LUWRA_WRAP_METHOD(meth) \