Michele Caini пре 6 година
родитељ
комит
ecaa9c275c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/md/meta.md

+ 1 - 1
docs/md/meta.md

@@ -506,7 +506,7 @@ Furthermore, the `prop` function supports different formats for properties:
 * Key only properties:
 * Key only properties:
 
 
   ```cpp
   ```cpp
-  entt::meta<my_type>().type("reflected_type"_hs).prop("tooltip"_hs, "message");
+  entt::meta<my_type>().type("reflected_type"_hs).prop(my_enum::key_only);
   ```
   ```
 
 
 In any case, one property can be associated at a time. However, it's possible to
 In any case, one property can be associated at a time. However, it's possible to