From bf7e799c9e83f6f6718866841d3169a91ef6b07e Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 6 Jun 2009 09:35:15 +0000 Subject: Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should improve plain text doxy readability. See the thread: "[RFC] Should we use doxygen markup?". Originally committed as revision 19122 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/log.h') diff --git a/libavutil/log.h b/libavutil/log.h index 1206a2fc38..6a7a27957a 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -39,7 +39,7 @@ struct AVCLASS { /** * A pointer to a function which returns the name of a context - * instance \p ctx associated with the class. + * instance ctx associated with the class. */ const char* (*item_name)(void* ctx); -- cgit v1.2.3