FLECS_API void ecs_doc_set_uuid(ecs_world_t *world, ecs_entity_t entity, const char *uuid)
Add UUID to entity.
FLECS_API void ecs_doc_set_brief(ecs_world_t *world, ecs_entity_t entity, const char *description)
Add brief description to entity.
FLECS_API void ecs_doc_set_detail(ecs_world_t *world, ecs_entity_t entity, const char *description)
Add detailed description to entity.
FLECS_API void ecs_doc_set_link(ecs_world_t *world, ecs_entity_t entity, const char *link)
Add link to external documentation to entity.
FLECS_API void ecs_doc_set_color(ecs_world_t *world, ecs_entity_t entity, const char *color)
Add color to entity.
FLECS_API void ecs_doc_set_name(ecs_world_t *world, ecs_entity_t entity, const char *name)
Add human-readable name to entity.
const Self & set_doc_uuid(const char *uuid) const
Set doc UUID.
const Self & set_doc_name(const char *name) const
Set human readable name.
const Self & set_doc_brief(const char *brief) const
Set brief description.
const Self & set_doc_link(const char *link) const
Set link to external documentation.
const Self & set_doc_color(const char *color) const
Set doc color.
const Self & set_doc_detail(const char *detail) const
Set detailed description.