summaryrefslogtreecommitdiffstats
path: root/src/graphics/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/README.txt')
-rw-r--r--src/graphics/README.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/graphics/README.txt b/src/graphics/README.txt
index 3ec3871..479747b 100644
--- a/src/graphics/README.txt
+++ b/src/graphics/README.txt
@@ -1,3 +1,12 @@
-src/graphics
+/**
+ * \dir graphics
+ * \brief Graphics engine
+ */
-Graphics engine
+/**
+ * \namespace Gfx
+ * \brief Namespace for (new) graphics code
+ *
+ * This namespace was created to avoid clashing with old code, but now it still serves,
+ * defining a border between pure graphics engine and other parts of application.
+ */ \ No newline at end of file