From 1c67d8123580b5cf70b5530277ad8320e97174cd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 31 Jul 2014 20:39:26 +0000 Subject: Use Doxygen Markdown support for more human-readable doc comments. Minor improvements to UI documentation. --- lv2/lv2plug.in/ns/ext/log/logger.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/log/logger.h') diff --git a/lv2/lv2plug.in/ns/ext/log/logger.h b/lv2/lv2plug.in/ns/ext/log/logger.h index 88ca0aa..1b03866 100644 --- a/lv2/lv2plug.in/ns/ext/log/logger.h +++ b/lv2/lv2plug.in/ns/ext/log/logger.h @@ -49,10 +49,10 @@ typedef struct { } LV2_Log_Logger; /** - Initialise @p logger. + Initialise `logger`. - URIs will be mapped using @p map and stored, a reference to @p map itself is - not held. Both @p map and @p log may be NULL when unsupported by the host, + URIs will be mapped using `map` and stored, a reference to `map` itself is + not held. Both `map` and `log` may be NULL when unsupported by the host, in which case the implementation will fall back to printing to stderr. */ static inline void -- cgit v1.2.1