aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Doxyfile2
-rw-r--r--docs/mainpage.dox7
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index da9cc78b..2afa6331 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = "YAGE"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 0.02
+PROJECT_NUMBER = v0.1.1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/docs/mainpage.dox b/docs/mainpage.dox
new file mode 100644
index 00000000..8a834554
--- /dev/null
+++ b/docs/mainpage.dox
@@ -0,0 +1,7 @@
+/** @mainpage
+ *
+ * YAGE
+ * ====
+ *
+ * This is the main page of YAGE, the game engine.
+ */