From 46cf9d1f81940dcdec3fc6415fb8233936272d65 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/lilv@5429 a436a847-0d15-0410-975c-d299462d15a1 --- src/state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state.c') diff --git a/src/state.c b/src/state.c index b0cec18..68d48f1 100644 --- a/src/state.c +++ b/src/state.c @@ -277,7 +277,7 @@ absolute_path(LV2_State_Map_Path_Handle handle, return path; } -/** Return a new features array which is @c feature added to @c features. */ +/** Return a new features array which is `feature` added to `features`. */ static const LV2_Feature** add_features(const LV2_Feature *const * features, const LV2_Feature* map, const LV2_Feature* make) -- cgit v1.2.1