You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/xtd.core/include/xtd/configuration/file_settings.h
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,9 @@ namespace xtd {
24
24
/// xtd.core
25
25
/// @ingroup xtd_core configuration
26
26
/// @remarks An [INI file](https://en.wikipedia.org/wiki/INI_file) is a configuration file that consists of a text-based content with a structure and syntax comprising key–value pairs for properties, and sections that organize the properties.
27
+
/// @par Examples
28
+
/// The following code example demonstrates the use of xtd::configuration::file_settings class.
29
+
/// @include file_settings.cpp
27
30
classcore_export_ file_settings : public object, public iequatable<file_settings> {
0 commit comments