diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2020-03-03 11:09:47 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2020-03-03 18:49:20 +0100 |
commit | 9aecf76824a614a951e0b2eb826457fe9e174d1f (patch) | |
tree | 17aaab4e020fc3713e7692fd52214fd902f9dbc4 /src/lib/emotion/Emotion.h | |
parent | f6f4c1fcc8ced945e9f5ea9294037a98ea98ee1f (diff) |
doxygen docs: fix multiple defined @section's
Section names must be globally unique.
We rarely reference sections so we don't actually need to use @section
and a simple header suffices.
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/Emotion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/emotion/Emotion.h b/src/lib/emotion/Emotion.h index cb566d0a6a..d246491153 100644 --- a/src/lib/emotion/Emotion.h +++ b/src/lib/emotion/Emotion.h | |||
@@ -336,7 +336,7 @@ EAPI extern Emotion_Version *emotion_version; | |||
336 | * @li "position_update" - Emitted when emotion_object_position_set is called | 336 | * @li "position_update" - Emitted when emotion_object_position_set is called |
337 | * @li "decode_stop" - Emitted after the last frame is decoded | 337 | * @li "decode_stop" - Emitted after the last frame is decoded |
338 | * | 338 | * |
339 | * @section Examples | 339 | * @section Emotion_Examples |
340 | * | 340 | * |
341 | * The following examples exemplify the emotion usage. There's also the | 341 | * The following examples exemplify the emotion usage. There's also the |
342 | * emotion_test binary that is distributed with this library and cover the | 342 | * emotion_test binary that is distributed with this library and cover the |