···409409/*!
410410 * Update the reference counts on swapchain(s).
411411 *
412412- * @param dst Pointer to a object reference, if the object reference is
413413- * non-null will decrement it's counter. The reference that
412412+ * @param[in,out] dst Pointer to a object reference: if the object reference is
413413+ * non-null will decrement its counter. The reference that
414414 * @p dst points to will be set to @p src.
415415- * @param[in] src Object to be have it's refcount increased @p dst is set to
416416- * this.
415415+ * @param[in] src New object for @p dst to refer to (may be null).
416416+ * If non-null, will have its refcount increased.
417417 * @ingroup xrt_iface
418418 * @relates xrt_swapchain
419419 */
+4-4
src/xrt/include/xrt/xrt_frame.h
···119119/*!
120120 * Update the reference counts on frame(s).
121121 *
122122- * @param dst Pointer to a object reference, if the object reference is
123123- * non-null will decrement it's counter. The reference that
122122+ * @param[in,out] dst Pointer to a object reference: if the object reference is
123123+ * non-null will decrement its counter. The reference that
124124 * @p dst points to will be set to @p src.
125125- * @param[in] src Object to be have it's refcount increased @p dst is set to
126126- * this.
125125+ * @param[in] src New object for @p dst to refer to (may be null).
126126+ * If non-null, will have its refcount increased.
127127 * @ingroup xrt_iface
128128 * @relates xrt_frame
129129 */