From 9ccc349f773c69b764669922c4321eb48015b746 Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Wed, 21 Nov 2012 19:53:08 +1100 Subject: ensure comment blocks that contain doxygen commands start with double asterix Reveiwed-by: Stefano Sabatini Signed-off-by: Michael Niedermayer --- libavcodec/idcinvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/idcinvideo.c') diff --git a/libavcodec/idcinvideo.c b/libavcodec/idcinvideo.c index 9185f88f83..a517d9da5e 100644 --- a/libavcodec/idcinvideo.c +++ b/libavcodec/idcinvideo.c @@ -76,7 +76,7 @@ typedef struct IdcinContext { uint32_t pal[256]; } IdcinContext; -/* +/** * Find the lowest probability node in a Huffman table, and mark it as * being assigned to a higher probability. * @return the node index of the lowest unused node, or -1 if all nodes -- cgit v1.2.3