Skip to content

Doc improvements

Rylie Pavlik requested to merge rpavlik/monado:doc into main

This fixes nearly all the doc warnings: the only remaining ones are the ones below, which make no sense to me, as they all complain about resolving references to things that are definitely documented.

/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:57: warning: unable to resolve reference to 'MeasurementF32' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:59: warning: unable to resolve reference to 'MeasurementF64' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:53: warning: unable to resolve reference to 'MeasurementF32' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:53: warning: unable to resolve reference to 'ModelF32' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:55: warning: unable to resolve reference to 'MeasurementF64' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:55: warning: unable to resolve reference to 'ModelF64' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/vk/vk_helpers.h:1273: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:53: warning: unable to resolve reference to 'MeasurementF32' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:53: warning: unable to resolve reference to 'ModelF32' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:55: warning: unable to resolve reference to 'MeasurementF64' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:55: warning: unable to resolve reference to 'ModelF64' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:57: warning: unable to resolve reference to 'MeasurementF32' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:59: warning: unable to resolve reference to 'MeasurementF64' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:57: warning: unable to resolve reference to 'MeasurementF32' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:59: warning: unable to resolve reference to 'MeasurementF64' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:53: warning: unable to resolve reference to 'MeasurementF32' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:53: warning: unable to resolve reference to 'ModelF32' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:55: warning: unable to resolve reference to 'MeasurementF64' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/tracking/t_calibration.cpp:55: warning: unable to resolve reference to 'ModelF64' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/vk/vk_helpers.h:1273: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/util/u_pacing.h:450: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/util/u_pacing.h:433: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/util/u_pacing.h:461: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/util/u_pacing.h:402: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/util/u_pacing.h:577: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/util/u_pacing.h:233: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/util/u_pacing.h:174: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/vk/vk_helpers.h:1273: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/vk/vk_helpers.h:1273: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/vk/vk_helpers.h:729: warning: unable to resolve reference to 'u_graphics_buffer_unref' for \ref command
/home/ryan/src/monado/src/xrt/compositor/render/render_interface.h:341: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/util/u_pacing.h:353: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/util/u_pacing.h:343: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/util/u_pacing.h:363: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/util/u_pacing.h:312: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/util/u_pacing.h:125: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
/home/ryan/src/monado/src/xrt/auxiliary/util/u_pacing.h:66: warning: unable to resolve reference to 'os_monotonic_get_ns' for \ref command
Edited by Rylie Pavlik

Merge request reports