Skip to content

Commit e86829c

Browse files
committed
Update file_settings.h
1 parent 0c23d41 commit e86829c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/xtd.core/include/xtd/configuration/file_settings.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ namespace xtd {
2424
/// xtd.core
2525
/// @ingroup xtd_core configuration
2626
/// @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
2730
class core_export_ file_settings : public object, public iequatable<file_settings> {
2831
public:
2932
/// @name Public Aliass

0 commit comments

Comments
 (0)