---
milena/ChangeLog | 5 +++++
milena/doc/mln/value/value.dox | 22 ++++++++++++++++++----
2 files changed, 23 insertions(+), 4 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 063eede..d975112 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-30 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ * doc/mln/value/value/dox: Specify that built-in types can be
+ used.
+
2013-04-29 Guillaume Lazzara <z(a)lrde.epita.fr>
Introduce a new module for useful macros.
diff --git a/milena/doc/mln/value/value.dox b/milena/doc/mln/value/value.dox
index 9a97f24..da9e9ae 100644
--- a/milena/doc/mln/value/value.dox
+++ b/milena/doc/mln/value/value.dox
@@ -1,8 +1,22 @@
/*! \defgroup valuegroup Values
- *
- * \brief All supported value types.
- *
- * \ingroup modtypes
+
+ \brief All supported value types.
+
+ Milena provides several kinds of value types detailled in this
+ section. Built-in types can also be used which includes:
+
+ \li bool
+ \li char
+ \li short int
+ \li int
+ \li long
+ \li unsigned short
+ \li unsigned int
+ \li unsigned long
+ \li float
+ \li double
+
+ \ingroup modtypes
*/
--
1.7.2.5