d/steamvr_lh: Fix doxygen warnings

This commit is contained in:
Ryan Pavlik 2023-09-13 12:54:10 -05:00 committed by Jakob Bornecrantz
parent 3b1eb21e9f
commit c458ed6fee

View file

@ -53,14 +53,14 @@ public:
void
update_pose(const vr::DriverPose_t &newPose);
//! Helper to access the @ref relation_hist member.
//! Helper to use the @ref m_relation_history member.
void
get_pose(uint64_t at_timestamp_ns, xrt_space_relation *out_relation);
void
handle_properties(const vr::PropertyWrite_t *batch, uint32_t count);
//! Maps to @ref xrt_device::get_track_pose.
//! Maps to @ref xrt_device::get_tracked_pose.
virtual void
get_tracked_pose(xrt_input_name name, uint64_t at_timestamp_ns, xrt_space_relation *out_relation) = 0;