diff options
author | David Robillard <d@drobilla.net> | 2014-08-08 14:46:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-08-08 14:46:31 +0000 |
commit | 31bf2e814776e58a78fd8302304eaf8943280c36 (patch) | |
tree | d7bfb1073973adae54689500570c6b69f5be6f09 /src/env.c | |
parent | bf7cd4d3c1feea03c61e38c3fffdd60a07f6004e (diff) | |
download | serd-31bf2e814776e58a78fd8302304eaf8943280c36.tar.gz serd-31bf2e814776e58a78fd8302304eaf8943280c36.tar.bz2 serd-31bf2e814776e58a78fd8302304eaf8943280c36.zip |
Use Markdown in doc comments for better source readability.
git-svn-id: http://svn.drobilla.net/serd/trunk@471 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'src/env.c')
-rw-r--r-- | src/env.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |