Pārlūkot izejas kodu

docs: Reference FieldVector and NativeFunction correctly

Ole 9 gadi atpakaļ
vecāks
revīzija
1a9bd05a53
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      docs/mkdocs/usage.md

+ 2 - 2
docs/mkdocs/usage.md

@@ -34,8 +34,8 @@ std::string            | yes      | yes      | string
 std::nullptr_t         | yes      | yes      | nil
 std::tuple<T>    | yes      | no       | *depends on the tuple contents*
 [lua_CFunction](http://www.lua.org/manual/5.3/manual.html#lua_CFunction) | yes | no | function
-[NativeFunction<R(A...)>](/reference/structluwra_1_1Value_3_01NativeFunction_3_01R_07A_8_8_8_08_4_01_4.html) | no | yes | function
-[FieldVector](/reference/structluwra_1_1Value_3_01FieldVector_01_4.html) | yes | no | table
+[NativeFunction<R(A...)>](/reference/structluwra_1_1NativeFunction_3_01R_07A_8_8_8_08_4.html) | no | yes | function
+[FieldVector](/reference/namespaceluwra.html#ac090722c6d5d6b88b31895aad64788c2) | yes | no | table
 
 **Note:** Some numeric types have a different size than their matching Lua type - they will be
 truncated during push or read operations.