mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 14:42:40 +00:00
General: Fix up doxygen comments
This commit is contained in:
@@ -87,7 +87,7 @@ ResultCode CloseArchive(ArchiveHandle handle);
|
||||
|
||||
/**
|
||||
* Registers an Archive type, instances of which can later be opened using its IdCode.
|
||||
* @param backend File system backend interface to the archive
|
||||
* @param factory File system backend interface to the archive
|
||||
* @param id_code Id code used to access this type of archive
|
||||
*/
|
||||
ResultCode RegisterArchiveType(std::unique_ptr<FileSys::ArchiveFactory>&& factory, ArchiveIdCode id_code);
|
||||
|
||||
Reference in New Issue
Block a user