From 31bf2e814776e58a78fd8302304eaf8943280c36 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Aug 2014 14:46:31 +0000 Subject: Use Markdown in doc comments for better source readability. git-svn-id: http://svn.drobilla.net/serd/trunk@471 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- src/env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/env.c') diff --git a/src/env.c b/src/env.c index c368d7ce..514e487d 100644 --- a/src/env.c +++ b/src/env.c @@ -167,7 +167,7 @@ is_nameChar(const uint8_t c) } /** - Return true iff @c buf is a valid prefixed name suffix. + Return true iff `buf` is a valid prefixed name suffix. TODO: This is more strict than it should be. */ static inline bool -- cgit v1.2.1