···552552 * Find the best matching profile for the given @ref xrt_device.
553553 *
554554 * @param log Logger.
555555- * @param inst Instance.
555555+ * @param sess Session.
556556 * @param xdev Can be null.
557557 * @param[out] out_p Returned interaction profile.
558558 *
559559- * @public @memberof oxr_instance
559559+ * @public @memberof oxr_session
560560 */
561561void
562562oxr_find_profile_for_device(struct oxr_logger *log,
···12881288 XrReferenceSpaceType reference_spaces[5];
12891289 uint32_t reference_space_count;
1290129012911291- //! Cache of the last known system roles, see @xrt_system_roles::generation_id
12911291+ //! Cache of the last known system roles, see @ref xrt_system_roles::generation_id
12921292 struct xrt_system_roles dynamic_roles_cache;
12931293 struct os_mutex sync_actions_mutex;
12941294···15741574 *
15751575 * If non-null, this means action sets have been attached to this
15761576 * session, since this map points to @p oxr_action_attachment members of
15771577- * oxr_session::act_set_attachments elements.
15771577+ * @ref oxr_session::act_set_attachments elements.
15781578 */
15791579 struct u_hashmap_int *act_attachments_by_key;
1580158015811581 /*!
15821582 * Clone of all suggested binding profiles at the point of action set/session attachment.
15831583- * ref to @oxr_session_attach_action_sets
15831583+ * @ref oxr_session_attach_action_sets
15841584 */
15851585 size_t profiles_on_attachment_size;
15861586 struct oxr_interaction_profile **profiles_on_attachment;