From cd00c744205bc4c7a20bc4ff0d8bba867458be44 Mon Sep 17 00:00:00 2001 From: Gammasoft Date: Fri, 13 Oct 2023 22:20:42 +0200 Subject: [PATCH] Fix documenttion --- src/xtd.core/include/xtd/io/drive_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xtd.core/include/xtd/io/drive_info.h b/src/xtd.core/include/xtd/io/drive_info.h index 640d56fa1c7e..a820ada7d89d 100644 --- a/src/xtd.core/include/xtd/io/drive_info.h +++ b/src/xtd.core/include/xtd/io/drive_info.h @@ -30,7 +30,7 @@ namespace xtd { /// @remarks This class models a drive and provides methods and properties to query for drive information. Use xtd::io::drive_info to determine what drives are available, and what type of drives they are. You can also query to determine the capacity and available free space on the drive. class core_export_ drive_info : public xtd::object { public: - /// @name Constructors + /// @name Fields /// @{ /// @brief Represents the uninitialized xtd::io::drive_info object. This field is constant.