mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
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:
parent
08e79fc5a3
commit
2714f438cb
3 changed files with 18 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue