diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-03-17 08:50:31 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-03-17 09:58:19 +0100 |
commit | 49f017926ae98258f1141ab8659a16982e906bff (patch) | |
tree | 7d887911af012d62f05b814ddccb9c8e35bf56d3 /src/lib/emile/Emile.h | |
parent | 2cd4e1764d69ac3455cf3267102f48597c739240 (diff) |
emile: update documentation version.
Diffstat (limited to 'src/lib/emile/Emile.h')
-rw-r--r-- | src/lib/emile/Emile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/emile/Emile.h b/src/lib/emile/Emile.h index 617a45802f..35327f4672 100644 --- a/src/lib/emile/Emile.h +++ b/src/lib/emile/Emile.h | |||
@@ -85,7 +85,7 @@ extern "C" { | |||
85 | * | 85 | * |
86 | * @return The new init count. Will be 0 if initialization failed. | 86 | * @return The new init count. Will be 0 if initialization failed. |
87 | * | 87 | * |
88 | * @since 1.9.0 | 88 | * @since 1.14.0 |
89 | */ | 89 | */ |
90 | EAPI int emile_init(void); | 90 | EAPI int emile_init(void); |
91 | 91 | ||
@@ -98,7 +98,7 @@ EAPI int emile_init(void); | |||
98 | * of the internal elements will be shutdown and any memory used freed. | 98 | * of the internal elements will be shutdown and any memory used freed. |
99 | * | 99 | * |
100 | * @return The new init count. | 100 | * @return The new init count. |
101 | * @since 1.9.0 | 101 | * @since 1.14.0 |
102 | */ | 102 | */ |
103 | EAPI int emile_shutdown(void); | 103 | EAPI int emile_shutdown(void); |
104 | 104 | ||