The open source OpenXR runtime
0
fork

Configure Feed

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

a/util: Doxygen warning

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2322>

+1 -1
+1 -1
src/xrt/auxiliary/util/u_live_stats.h
··· 82 82 u_ls_ns_get_and_reset(struct u_live_stats_ns *uls, uint64_t *out_median, uint64_t *out_mean, uint64_t *out_worst); 83 83 84 84 /*! 85 - * Prints a header that looks nice before @ref u_ls_print_and_reset, 85 + * Prints a header that looks nice before @ref u_ls_ns_print_and_reset, 86 86 * adding details about columns. Doesn't include any newlines. 87 87 * 88 88 * @public @memberof u_live_stats_ns