Parcourir la Source

docs: Fix description for NativeFunction

Ole il y a 9 ans
Parent
commit
950cd057b4
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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 {