URL:
https://svn.lrde.epita.fr/svn/oln/trunk/milena
ChangeLog:
2007-10-17 Matthieu Garrigues <garrigues(a)lrde.epita.fr>
Fix namespace documentation.
* mln/io/all.hh: Fix.
---
all.hh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Index: trunk/milena/mln/io/all.hh
===================================================================
--- trunk/milena/mln/io/all.hh (revision 1346)
+++ trunk/milena/mln/io/all.hh (revision 1347)
@@ -38,7 +38,11 @@
{
/// Namespace of input/output handling.
- namespace io {}
+ namespace io
+ {
+ /// Internal namespace of io namespace.
+ namespace internal {}
+ }
}