pub unsafe extern "C" fn ecs_doc_set_link(
world: *mut ecs_world_t,
entity: u64,
link: *const i8,
)Expand description
Add link to external documentation to entity.
@param world The world. @param entity The entity to which to add the link. @param link The link to add.