Kaynağa Gözat

docs: Fix description for NativeFunction

Ole 9 yıl önce
ebeveyn
işleme
950cd057b4
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  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 {