mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add doc comment to File::GetConstraint()
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user