Pārlūkot izejas kodu

docs: Fix description for NativeFunction

Ole 9 gadi atpakaļ
vecāks
revīzija
950cd057b4
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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 {