From b05c515d0864a4b4666fafcf966958360ad9b966 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Aug 2014 14:46:53 +0000 Subject: Use Markdown in doc comments for better source readability. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5429 a436a847-0d15-0410-975c-d299462d15a1 --- src/AlsaDriver.cpp | 4 +--- src/Configuration.cpp | 2 +- src/Queue.hpp | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp index 6a1910f..641c55d 100644 --- a/src/AlsaDriver.cpp +++ b/src/AlsaDriver.cpp @@ -42,9 +42,7 @@ AlsaDriver::~AlsaDriver() detach(); } -/** Attach to ALSA. - * @a launch_daemon is ignored, as ALSA has no daemon to launch/connect to. - */ +/** Attach to ALSA. */ void AlsaDriver::attach(bool /*launch_daemon*/) { 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 diff --git a/src/Queue.hpp b/src/Queue.hpp index 1043e55..136de17 100644 --- a/src/Queue.hpp +++ b/src/Queue.hpp @@ -118,7 +118,7 @@ Queue::front() const /** Push an item onto the back of the Queue - realtime-safe, not thread-safe. * - * @returns true if @a elem was successfully pushed onto the queue, + * @returns true if `elem` was successfully pushed onto the queue, * false otherwise (queue is full). */ template -- cgit v1.2.1