소스 검색

docs: Fix description for NativeFunction

Ole 9 년 전
부모
커밋
950cd057b4
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      lib/luwra/functions.hpp

+ 0 - 2
lib/luwra/functions.hpp

@@ -39,7 +39,6 @@ namespace internal {
 
 /**
  * A callable native Lua function.
- * \note This value is only available as long as it exists on the stack.
  */
 template <typename R>
 struct NativeFunction: Reference {
@@ -73,7 +72,6 @@ struct NativeFunction: Reference {
 
 /**
  * A callable native Lua function.
- * \note This value is only available as long as it exists on the stack.
  */
 template <>
 struct NativeFunction<void>: Reference {