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: