Fix doc comments for File and Group

This commit is contained in:
Oliver Hamlet
2020-07-12 10:00:42 +01:00
parent b2fcc16b3b
commit 3a8875b307
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -65,8 +65,7 @@ public:
/**
* Check if two File objects are equal by comparing their fields.
* @returns True if the filenames are case-insensitively equal and all other
* fields are case-sensitively equal, false otherwise.
* @returns True if the objects' fields are equal, false otherwise.
*/
LOOT_API bool operator==(const File& rhs) const;
+1 -1
View File
@@ -59,7 +59,7 @@ public:
/**
* Check if two Group objects are equal by comparing their names.
* @returns True if the names are case-sensitively equal, false otherwise.
* @returns True if the objects' fields are equal, false otherwise.
*/
LOOT_API bool operator==(const Group& rhs) const;