From a91a87e1d7beb455f6d70ece19e62e2e870ed170 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Fri, 8 Aug 2014 15:37:01 +0000
Subject: Use Markdown in doc comments for better source readability.

---
 lv2/lv2plug.in/ns/ext/resize-port/resize-port.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lv2/lv2plug.in/ns/ext/resize-port')

diff --git a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h
index fa3abd7..23bc578 100644
--- a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h
+++ b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h
@@ -46,7 +46,7 @@ typedef struct {
 	LV2_Resize_Port_Feature_Data data;
 
 	/**
-	   Resize a port buffer to at least @a size bytes.
+	   Resize a port buffer to at least `size` bytes.
 	 
 	   This function MAY return an error, in which case the port buffer was not
 	   resized and the port is still connected to the same location.  Plugins
-- 
cgit v1.2.1