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 ///