summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-28 13:02:36 +0100
committerDavid Robillard <d@drobilla.net>2020-11-28 13:02:36 +0100
commit445702fdd90f83abfb1ea7bcdbb1d3605c2236c3 (patch)
treec9f981336a2bcf6ab7474555fb68465d51411446 /src/AlsaDriver.hpp
parentdb5d1f603e0dd3076444f27008fcf1a61a4e151c (diff)
downloadpatchage-445702fdd90f83abfb1ea7bcdbb1d3605c2236c3.tar.gz
patchage-445702fdd90f83abfb1ea7bcdbb1d3605c2236c3.tar.bz2
patchage-445702fdd90f83abfb1ea7bcdbb1d3605c2236c3.zip
Remove useless doc comments
Diffstat (limited to 'src/AlsaDriver.hpp')
-rw-r--r--src/AlsaDriver.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp
index 2680509..33d8542 100644
--- a/src/AlsaDriver.hpp
+++ b/src/AlsaDriver.hpp
@@ -33,8 +33,7 @@ class ILog;
class Patchage;
class PatchagePort;
-/** Handles all externally driven functionality, registering ports etc.
- */
+/// Driver for ALSA Sequencer ports
class AlsaDriver : public Driver
{
public: