Fix missing API documentation

This commit is contained in:
Oliver Hamlet
2022-02-06 18:31:42 +00:00
parent c64039e7e2
commit 0a27fe4844
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -52,6 +52,10 @@ public:
* CommonMark.
* @param condition
* The File's condition string.
* @param detail
* The detail message content, which may be appended to any messages
* generated for this file. If multilingual, one language must be
* English.
* @return A File object.
*/
LOOT_API explicit File(const std::string& name,
+3
View File
@@ -46,6 +46,9 @@ public:
*/
LOOT_API explicit Filename(const std::string& filename);
/**
* Get this Filename as a string.
*/
LOOT_API explicit operator std::string() const;
private: