Add doc comment to File::GetConstraint()

This commit is contained in:
Oliver Hamlet
2025-05-12 07:46:28 +01:00
parent 8915671593
commit 6811b6bd8a
+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: