Skip to content

Commit

Permalink
Update file_settings.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Jun 21, 2024
1 parent 0c23d41 commit e86829c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/xtd.core/include/xtd/configuration/file_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ namespace xtd {
/// xtd.core
/// @ingroup xtd_core configuration
/// @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.
/// @par Examples
/// The following code example demonstrates the use of xtd::configuration::file_settings class.
/// @include file_settings.cpp
class core_export_ file_settings : public object, public iequatable<file_settings> {
public:
/// @name Public Aliass
Expand Down

0 comments on commit e86829c

Please sign in to comment.