diff options
Diffstat (limited to 'src/Configuration.cpp')
-rw-r--r-- | src/Configuration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Configuration.cpp b/src/Configuration.cpp index 5a81327..5d84e86 100644 --- a/src/Configuration.cpp +++ b/src/Configuration.cpp @@ -98,7 +98,7 @@ Configuration::set_module_location(const std::string& name, ModuleType type, Coo /** Returns whether or not this module should be split. * - * If nothing is known about the given module, @a default_val is returned (this is + * If nothing is known about the given module, `default_val` is returned (this is * to allow driver's to request terminal ports get split by default). */ bool |