---
milena/ChangeLog | 4 ++++
milena/doc/Doxyfile.in | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 4275792..2c047e2 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,9 @@
2013-04-25 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * doc/Doxyfile.in: Enable BRIEF_MEMBER_DESC.
+
+2013-04-25 Guillaume Lazzara <z(a)lrde.epita.fr>
+
* doc/split-examples.mk: Regen.
2013-04-25 Guillaume Lazzara <z(a)lrde.epita.fr>
diff --git a/milena/doc/Doxyfile.in b/milena/doc/Doxyfile.in
index 67830b6..c092b1b 100644
--- a/milena/doc/Doxyfile.in
+++ b/milena/doc/Doxyfile.in
@@ -81,7 +81,7 @@ OUTPUT_LANGUAGE = English
# the file and class documentation (similar to JavaDoc).
# Set to NO to disable this.
-BRIEF_MEMBER_DESC = NO
+BRIEF_MEMBER_DESC = YES
# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
# the brief description of a member or function before the detailed description.
--
1.7.2.5