Commit dc3aeba3 authored by Clément Bœsch's avatar Clément Bœsch

ass_split: fix invalid doxygen group end markers.

parent a667e90a
......@@ -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;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment