diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2004-03-02 17:13:49 +0000 |
---|---|---|
committer | Clemens Ladisch <clemens@ladisch.de> | 2004-03-02 17:13:49 +0000 |
commit | 16a15f56c4b7d5b342945dbc0a0c8dd1f44097a5 (patch) | |
tree | 46296035759624f42397fbea33ba842604e9a1c5 /src/seq | |
parent | 59b6cbec84248cdd95fc27a43a8b3f7d5f96de8a (diff) |
fix doxygen errors (syntax errors and wrong references)
Diffstat (limited to 'src/seq')
-rw-r--r-- | src/seq/seq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seq/seq.c b/src/seq/seq.c index 22ea81f1..c4754b5e 100644 --- a/src/seq/seq.c +++ b/src/seq/seq.c @@ -77,7 +77,7 @@ clients. A port is corresponding to the MIDI port in the case of MIDI device, but in general it is nothing but the access point between other clients. Each port may have capability flags, which specify the read/write accessbility and subscription permissions of the port. -For creation of a port, call #snd_seq_create_port() \endlink +For creation of a port, call #snd_seq_create_port() with the appropirate port attribute specified in #snd_seq_port_info_t reocrd. |