mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 16:45:47 +00:00
core: Fix a few docstrings
This commit is contained in:
parent
cbbe9e1500
commit
a3f5e5605c
4 changed files with 4 additions and 4 deletions
|
@ -42,7 +42,7 @@ ResultVal<ArchiveHandle> OpenArchive(ArchiveIdCode id_code, FileSys::Path& archi
|
|||
|
||||
/**
|
||||
* Closes an archive
|
||||
* @param id_code IdCode of the archive to open
|
||||
* @param handle Handle to the archive to close
|
||||
*/
|
||||
ResultCode CloseArchive(ArchiveHandle handle);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue