u/pacing: Tidy comments

This commit is contained in:
Jakob Bornecrantz 2022-06-27 18:28:58 +01:00
parent 0fb155b886
commit 6e2644dea7

View file

@ -285,7 +285,7 @@ u_pc_destroy(struct u_pacing_compositor **upc_ptr)
/*
*
* Render timing helper.
* App pacer.
*
*/
@ -492,7 +492,7 @@ u_pa_info(struct u_pacing_app *upa,
* Helper for calling through the function pointer: does a null check and sets
* upa_ptr to null if freed.
*
* @public @memberof u_pacing_compositor
* @public @memberof u_pacing_app
* @ingroup aux_pacing
*/
static inline void
@ -549,6 +549,7 @@ struct u_pc_display_timing_config
*/
extern const struct u_pc_display_timing_config U_PC_DISPLAY_TIMING_CONFIG_DEFAULT;
/*
*
* Implementations.