Doc: non C specific doxygen documentation added.
Some parts of the TF-M Reference Manual are defined/written outside of
C source files. These files have the .dox extension and have meta-data
in C coments and doxygen documentation in C doxygen comments.
Change-Id: Ia348be72acae9958f1bc65588cc4c14c8cf0c7e7
Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com>
diff --git a/doxygen/mainpage.dox b/doxygen/mainpage.dox
new file mode 100644
index 0000000..e552f8f
--- /dev/null
+++ b/doxygen/mainpage.dox
@@ -0,0 +1,24 @@
+/*
+ * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
+ */
+
+//This file is the main page for the Doxygen based reference guide.
+
+/*!
+\mainpage TF-M Reference Manual
+
+This document gives a reference for the TF-M core and services. This guide does
+not cover the non-secure application example, the boot-loader and the target
+platform implementations.
+
+\htmlonly
+Please use the menu on the left or on the top of the page for navigation.
+
+If information of a specific item is needed, then please use the search box
+top-right.
+\endhtmlonly
+
+*/