summaryrefslogtreecommitdiffstats
path: root/src/Driver.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/Driver.hpp
parentdb5d1f603e0dd3076444f27008fcf1a61a4e151c (diff)
downloadpatchage-445702fdd90f83abfb1ea7bcdbb1d3605c2236c3.tar.gz
patchage-445702fdd90f83abfb1ea7bcdbb1d3605c2236c3.tar.bz2
patchage-445702fdd90f83abfb1ea7bcdbb1d3605c2236c3.zip
Remove useless doc comments
Diffstat (limited to 'src/Driver.hpp')
-rw-r--r--src/Driver.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Driver.hpp b/src/Driver.hpp
index 5a9883c..664ed94 100644
--- a/src/Driver.hpp
+++ b/src/Driver.hpp
@@ -26,7 +26,7 @@
class PatchagePort;
class PatchageCanvas;
-/** Trival driver base class */
+/// Base class for drivers that handle system clients and ports
class Driver
{
public: