Add doc comment to File::GetConstraint()

This commit is contained in:
Oliver Hamlet
2025-05-16 23:28:00 +01:00
parent 03c83ad62f
commit ceabff8ed0
+4
View File
@@ -87,6 +87,10 @@ public:
*/
LOOT_API std::vector<MessageContent> GetDetail() const;
/**
* Get the constraint that applies to the file.
* @return The file's constraint.
*/
LOOT_API std::string GetConstraint() const;
private: