diff options
author | David Robillard <d@drobilla.net> | 2014-08-08 14:46:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-08-08 14:46:53 +0000 |
commit | 46cf9d1f81940dcdec3fc6415fb8233936272d65 (patch) | |
tree | ad0a7357e20dde3adf35c68e7ab9afe17ab628f4 /src/world.c | |
parent | aa80f72d518cf633f97a824f625b44df72cc543d (diff) | |
download | lilv-46cf9d1f81940dcdec3fc6415fb8233936272d65.tar.gz lilv-46cf9d1f81940dcdec3fc6415fb8233936272d65.tar.bz2 lilv-46cf9d1f81940dcdec3fc6415fb8233936272d65.zip |
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
Diffstat (limited to 'src/world.c')
-rw-r--r-- | src/world.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/world.c b/src/world.c index 8983e40..41fe16f 100644 --- a/src/world.c +++ b/src/world.c @@ -661,7 +661,7 @@ load_dir_entry(const char* dir, const char* name, void* data) free(uri); } -/** Load all bundles in the directory at @a dir_path. */ +/** Load all bundles in the directory at `dir_path`. */ static void lilv_world_load_directory(LilvWorld* world, const char* dir_path) { @@ -683,7 +683,7 @@ first_path_sep(const char* path) return NULL; } -/** Load all bundles found in @a lv2_path. +/** Load all bundles found in `lv2_path`. * @param lv2_path A colon-delimited list of directories. These directories * should contain LV2 bundle directories (ie the search path is a list of * parent directories of bundles, not a list of bundle directories). |