소스 검색

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.
- * \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) \