Просмотр исходного кода

docs: Fix description for NativeFunction

Ole лет назад: 9
Родитель
Сommit
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 {