Explorar o código

Add documentation comment to Value<CFunction> specialization

Ole Krüger %!s(int64=10) %!d(string=hai) anos
pai
achega
ecc3b210ec
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      lib/luwra/types.hpp

+ 3 - 0
lib/luwra/types.hpp

@@ -223,6 +223,9 @@ LUWRA_DEF_VALUE(std::string, luaL_checkstring,  luaL_pushstdstring);
 #undef LUWRA_DEF_VALUE
 #undef LUWRA_DEF_NUMERIC
 
+/**
+ * C Functions may be pushed aswell.
+ */
 template <>
 struct Value<CFunction> {
 	static inline