From 6811b6bd8a35e34ade7aa233f3ac474f083fda91 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 12 May 2025 07:46:28 +0100 Subject: [PATCH] Add doc comment to File::GetConstraint() --- include/loot/metadata/file.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/loot/metadata/file.h b/include/loot/metadata/file.h index 8868be2c..2411b053 100644 --- a/include/loot/metadata/file.h +++ b/include/loot/metadata/file.h @@ -87,6 +87,10 @@ public: */ LOOT_API std::vector GetDetail() const; + /** + * Get the constraint that applies to the file. + * @return The file's constraint. + */ LOOT_API std::string GetConstraint() const; private: