From 5511c6171a2f6b593cbbe75cd1a2d71c23df1e57 Mon Sep 17 00:00:00 2001 From: Gammasoft Date: Sun, 12 Nov 2023 10:34:14 +0100 Subject: [PATCH] Update reference guide main page --- docs/doxygen/doxygen/main_page.dox | 3 ++- docs/doxygen/doxygen_developer/main_page.dox | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/doxygen/doxygen/main_page.dox b/docs/doxygen/doxygen/main_page.dox index 70ecd1845889..1db99b56a1c2 100644 --- a/docs/doxygen/doxygen/main_page.dox +++ b/docs/doxygen/doxygen/main_page.dox @@ -12,8 +12,9 @@ /// * a collection of native C++ classes libraries, to complete std; /// * API close to the .net API with a modern C++ approach and full integration with the std standard; /// * xtd is designed to manage GUI controls and dialogs in pure native mode or with CSS styles. -/// * written in efficient, modern C++17 / C++20 with RAII programming idiom; +/// * written in efficient, modern C++ 17/20 with RAII programming idiom; /// * and highly portable and available on many different platforms (Windows, macOS, Linux, iOS and android); +/// * See features for more informations. /// /// @section xtdLibrariesArchitectureSection xtd libraries architecture /// diff --git a/docs/doxygen/doxygen_developer/main_page.dox b/docs/doxygen/doxygen_developer/main_page.dox index bd27852d6996..25b616710de5 100644 --- a/docs/doxygen/doxygen_developer/main_page.dox +++ b/docs/doxygen/doxygen_developer/main_page.dox @@ -12,8 +12,9 @@ /// * a collection of native C++ classes libraries, to complete std; /// * API close to the .net API with a modern C++ approach and full integration with the std standard; /// * xtd is designed to manage GUI controls and dialogs in pure native mode or with CSS styles. -/// * written in efficient, modern C++17 / C++20 with RAII programming idiom; +/// * written in efficient, modern C++ 17/20 with RAII programming idiom; /// * and highly portable and available on many different platforms (Windows, macOS, Linux, iOS and android); +/// * See features for more informations. /// /// @section xtdLibrariesArchitectureSection xtd libraries architecture ///