mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix missing API documentation
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user