]> git.alsa-project.org Git - alsa-lib.git/commitdiff
seq: Correct section descriptions for UMP
authorTakashi Iwai <tiwai@suse.de>
Wed, 26 Jun 2024 09:20:18 +0000 (11:20 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 26 Jun 2024 09:20:18 +0000 (11:20 +0200)
The usage of \section and \subsection were wrong in the previous
commit, where the tags were missing.

Fixes: 3390f31664d4 ("seq: Add description about MIDI 2.0 and UMP handling")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/seq/seq.c

index 0da1e891999d5ec9a604a8cba1682ccd51c8f4d2..a18f67e2632ec18852a8b54f150b0066f9a2e627 100644 (file)
@@ -775,9 +775,9 @@ void event_filter(snd_seq_t *seq, snd_seq_event_t *ev)
 }
 \endcode
 
-\section MIDI 2.0 and UMP
+\section seq_midi2 MIDI 2.0 and UMP
 
-\subsection Extension for UMP
+\subsection seq_midi2_extension Extension for UMP
 
 The recent extension of ALSA sequencer is the support for MIDI 2.0 and
 UMP (Universal MIDI Packet) handling.
@@ -820,7 +820,7 @@ Block information.  Those information can be obtained via
 #snd_seq_get_ump_endpoint_info() and #snd_seq_get_ump_block_info() from a
 sequencer client.
 
-\subsection Creation of UMP Virtual Endpoint and Function Blocks
+\subsection seq_midi2_virtual_ump Creation of UMP Virtual Endpoint and Function Blocks
 
 For making it easier to create a virtual MIDI 2.0 device in user-space,
 there are a couple of new API functions.  For creating a UMP Endpoint in an