olena-2.0-415-g1750bc5 doc/Doxyfile.in: Generate namespace page.

--- milena/ChangeLog | 4 ++++ milena/doc/Doxyfile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 6a3fb73..a26bd5c 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,9 @@ 2013-03-21 Guillaume Lazzara <z@lrde.epita.fr> + * doc/Doxyfile.in: Generate namespace page. + +2013-03-21 Guillaume Lazzara <z@lrde.epita.fr> + Fix documentation in registration namespace. * mln/registration/all.hh: New. diff --git a/milena/doc/Doxyfile.in b/milena/doc/Doxyfile.in index c629d2d..302b669 100644 --- a/milena/doc/Doxyfile.in +++ b/milena/doc/Doxyfile.in @@ -575,7 +575,7 @@ SHOW_FILES = NO # This will remove the Namespaces entry from the Quick Index # and from the Folder Tree View (if specified). The default is YES. -SHOW_NAMESPACES = NO +SHOW_NAMESPACES = YES # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from -- 1.7.2.5
participants (1)
-
Guillaume Lazzara