From 574bb5a2fd0cd54bb2456deaeb2bd06f2241e8b3 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sat, 16 Aug 2008 20:04:05 +0100 Subject: [PATCH] Added some documentation --- src/gui/gtk-lumiera.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/gui/gtk-lumiera.hpp b/src/gui/gtk-lumiera.hpp index 41b355d80..d3c59d7ba 100644 --- a/src/gui/gtk-lumiera.hpp +++ b/src/gui/gtk-lumiera.hpp @@ -114,6 +114,11 @@ GtkLumiera& application(); */ namespace dialogs {} +/** + * The namespace of data model classes. + */ +namespace model {} + /** * The namespace of all video output implementations. */