From 70bf3d69344122988fc7ffff7d88a21c9bd00896 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/ingen@5429 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/ObjectModel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client') diff --git a/src/client/ObjectModel.cpp b/src/client/ObjectModel.cpp index 76ae5080..7efa8a9b 100644 --- a/src/client/ObjectModel.cpp +++ b/src/client/ObjectModel.cpp @@ -73,10 +73,10 @@ ObjectModel::polyphonic() const return (polyphonic.is_valid() && polyphonic.get()); } -/** Merge the data of @a model with self, as much as possible. +/** Merge the data of `o` with self, as much as possible. * * This will merge the two models, but with any conflict take the value in - * @a o as correct. The paths of the two models MUST be equal. + * `o` as correct. The paths of the two models MUST be equal. */ void ObjectModel::set(SPtr o) -- cgit v1.2.1