Skip to content

Commit

Permalink
Fix documenttion
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Oct 13, 2023
1 parent f3a809d commit cd00c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xtd.core/include/xtd/io/drive_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cd00c74

Please sign in to comment.