doxygen: fix broken examples links

From: borine@github
Link: https://github.com/alsa-project/alsa-lib/pull/340
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
borine 2023-08-02 16:11:50 +01:00 committed by Jaroslav Kysela
parent 08e79fc5a3
commit 2714f438cb
3 changed files with 18 additions and 8 deletions

View file

@ -132,7 +132,7 @@ The timestamping is available only on input streams.
The full featured examples with cross-links:
\par Simple input/output test program
\ref example_test_rawmidi "example code"
\link example_test_rawmidi example code \endlink
\par
This example shows open and read/write rawmidi operations.
@ -141,6 +141,7 @@ This example shows open and read/write rawmidi operations.
/**
* \example ../test/rawmidi.c
* \anchor example_test_rawmidi
* Shows open and read/write rawmidi operations.
*/
#include <stdio.h>