The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

st/oxr: Fix doxygen warning

+5 -5
+5 -5
src/xrt/state_trackers/oxr/oxr_objects.h
··· 552 552 * Find the best matching profile for the given @ref xrt_device. 553 553 * 554 554 * @param log Logger. 555 - * @param inst Instance. 555 + * @param sess Session. 556 556 * @param xdev Can be null. 557 557 * @param[out] out_p Returned interaction profile. 558 558 * 559 - * @public @memberof oxr_instance 559 + * @public @memberof oxr_session 560 560 */ 561 561 void 562 562 oxr_find_profile_for_device(struct oxr_logger *log, ··· 1288 1288 XrReferenceSpaceType reference_spaces[5]; 1289 1289 uint32_t reference_space_count; 1290 1290 1291 - //! Cache of the last known system roles, see @xrt_system_roles::generation_id 1291 + //! Cache of the last known system roles, see @ref xrt_system_roles::generation_id 1292 1292 struct xrt_system_roles dynamic_roles_cache; 1293 1293 struct os_mutex sync_actions_mutex; 1294 1294 ··· 1574 1574 * 1575 1575 * If non-null, this means action sets have been attached to this 1576 1576 * session, since this map points to @p oxr_action_attachment members of 1577 - * oxr_session::act_set_attachments elements. 1577 + * @ref oxr_session::act_set_attachments elements. 1578 1578 */ 1579 1579 struct u_hashmap_int *act_attachments_by_key; 1580 1580 1581 1581 /*! 1582 1582 * Clone of all suggested binding profiles at the point of action set/session attachment. 1583 - * ref to @oxr_session_attach_action_sets 1583 + * @ref oxr_session_attach_action_sets 1584 1584 */ 1585 1585 size_t profiles_on_attachment_size; 1586 1586 struct oxr_interaction_profile **profiles_on_attachment;