From aa994d016389790a5a00068c7f69e45697dd80e9 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Tue, 7 Apr 2020 22:54:02 -0700 Subject: [PATCH] kpb: fix broken doxygen link to kpbm-state-diagram As reported by PR #2741: sof/src/include/sof/audio/kpb.h:46: warning: explicit link request to 'kpbm' could not be resolved Fixes: 36d4c9f8f635 ("kpb: add new state") Signed-off-by: Marc Herbert --- src/include/sof/audio/kpb.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/include/sof/audio/kpb.h b/src/include/sof/audio/kpb.h index be5a312979b0..5da481f268b4 100644 --- a/src/include/sof/audio/kpb.h +++ b/src/include/sof/audio/kpb.h @@ -41,10 +41,9 @@ struct comp_buffer; * the sof-dosc in [kpbm-state-diagram] * Therefore any addition of new states or modification of existing ones * should have a corresponding update in the sof-docs. - * [kpbm-state-diagram]: https://thesofproject.github.io/latest/ - * developer_guides/firmware/kd_integration/ - * kd-integration.html#kpbm-state-diagram "Keyphrase buffer manager state - * diagram" + * [kpbm-state-diagram]: +https://thesofproject.github.io/latest/developer_guides/firmware/kd_integration/kd-integration.html#kpbm-state-diagram +"Keyphrase buffer manager state diagram" */ enum kpb_state { KPB_STATE_DISABLED = 0,