From dc3aeba3b1f183e75e4c5f909d848699e0343f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Tue, 4 Oct 2011 07:47:24 +0200 Subject: ass_split: fix invalid doxygen group end markers. --- libavcodec/ass_split.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/ass_split.h') diff --git a/libavcodec/ass_split.h b/libavcodec/ass_split.h index 66b452b7d4..2ce4eb5d9c 100644 --- a/libavcodec/ass_split.h +++ b/libavcodec/ass_split.h @@ -130,7 +130,7 @@ typedef struct { void (*font_size)(void *priv, int size); void (*alignment)(void *priv, int alignment); void (*cancel_overrides)(void *priv, const char *style); - /**< @} */ + /** @} */ /** * @defgroup ass_functions ASS functions @@ -138,14 +138,14 @@ typedef struct { */ void (*move)(void *priv, int x1, int y1, int x2, int y2, int t1, int t2); void (*origin)(void *priv, int x, int y); - /**< @} */ + /** @} */ /** * @defgroup ass_end end of Dialogue Event * @{ */ void (*end)(void *priv); - /**< @} */ + /** @} */ } ASSCodesCallbacks; /** -- cgit v1.2.1