Skip to content

Commit

Permalink
Update reference guide main page
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Nov 12, 2023
1 parent 810020f commit 5511c61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/doxygen/doxygen/main_page.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://gammasoft71.github.io/xtd/docs/documentation/Guides/xtd.forms/Overview/control_appearance">native mode</a> or with <a href="https://gammasoft71.github.io/xtd/docs/documentation/Guides/xtd.forms/Style%20sheets/style_sheets_overview">CSS styles</a>.
/// * written in efficient, modern C++17 / C++20 with <a href="https://en.wikipedia.org/wiki/Resource_acquisition_is_initialization">RAII</a> programming idiom;
/// * written in efficient, modern <a href="https://en.cppreference.com/w/">C++ 17/20</a> with <a href="https://en.wikipedia.org/wiki/Resource_acquisition_is_initialization">RAII</a> programming idiom;
/// * and <a href="https://gammasoft71.github.io/xtd/docs/documentation/portability">highly</a> portable and available on <a href="https://gammasoft71.github.io/xtd/docs/documentation/portability">many different platforms</a> (Windows, macOS, Linux, iOS and android);
/// * See <a href="https://gammasoft71.github.io/xtd/docs/documentation/features">features</a> for more informations.
///
/// @section xtdLibrariesArchitectureSection xtd libraries architecture
///
Expand Down
3 changes: 2 additions & 1 deletion docs/doxygen/doxygen_developer/main_page.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://gammasoft71.github.io/xtd/docs/documentation/Guides/xtd.forms/Overview/control_appearance">native mode</a> or with <a href="https://gammasoft71.github.io/xtd/docs/documentation/Guides/xtd.forms/Style%20sheets/style_sheets_overview">CSS styles</a>.
/// * written in efficient, modern C++17 / C++20 with <a href="https://en.wikipedia.org/wiki/Resource_acquisition_is_initialization">RAII</a> programming idiom;
/// * written in efficient, modern <a href="https://en.cppreference.com/w/">C++ 17/20</a> with <a href="https://en.wikipedia.org/wiki/Resource_acquisition_is_initialization">RAII</a> programming idiom;
/// * and <a href="https://gammasoft71.github.io/xtd/docs/documentation/portability">highly</a> portable and available on <a href="https://gammasoft71.github.io/xtd/docs/documentation/portability">many different platforms</a> (Windows, macOS, Linux, iOS and android);
/// * See <a href="https://gammasoft71.github.io/xtd/docs/documentation/features">features</a> for more informations.
///
/// @section xtdLibrariesArchitectureSection xtd libraries architecture
///
Expand Down

0 comments on commit 5511c61

Please sign in to comment.