Doc: Updated for Version 1.0-RC3
This patch updates the documentation to reflect the latest
release (Version 1.0-RC3).
* Updated Sphynx documentation version tags
* Updated Doxygen documentation version tags
* Updated features/capabilities described in docs/readme.rst
Change-Id: I4c8ca9c3ad387d17ea66cc042e7acd91c2afe02f
Signed-off-by: Tamas Ban <tamas.ban@arm.com>
diff --git a/cmake/Common/BuildDoxygenDoc.cmake b/cmake/Common/BuildDoxygenDoc.cmake
index cee4742..f0ca6f6 100644
--- a/cmake/Common/BuildDoxygenDoc.cmake
+++ b/cmake/Common/BuildDoxygenDoc.cmake
@@ -85,7 +85,7 @@
#Version ID of TF-M.
#TODO: this shall not be hard-coded here. A process need to defined for
# versioning the document (and TF-M).
- set(DOXYCFG_TFM_VERSION "v1.0-RC2")
+ set(DOXYCFG_TFM_VERSION "v1.0-RC3")
#Using add_custom_command allows CMake to generate proper clean commands
#for document generation.