From ceabff8ed0ff5ebb37d571ca6aa22681263fea46 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 16 May 2025 23:08:19 +0100 Subject: [PATCH] Add doc comment to File::GetConstraint() --- cpp/include/loot/metadata/file.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpp/include/loot/metadata/file.h b/cpp/include/loot/metadata/file.h index 8868be2c..2411b053 100644 --- a/cpp/include/loot/metadata/file.h +++ b/cpp/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: