diff options
| author | 2017-02-26 20:58:51 -0500 | |
|---|---|---|
| committer | 2017-02-26 17:58:51 -0800 | |
| commit | 0cb52ee74a8255eb0320c882bc9e70700317d16a (patch) | |
| tree | 800920c60df4d183d20d94465e0886e5655216a0 /src/core/file_sys | |
| parent | Merge pull request #2587 from yuriks/status-bar (diff) | |
| download | yuzu-0cb52ee74a8255eb0320c882bc9e70700317d16a.tar.gz yuzu-0cb52ee74a8255eb0320c882bc9e70700317d16a.tar.xz yuzu-0cb52ee74a8255eb0320c882bc9e70700317d16a.zip | |
Doxygen: Amend minor issues (#2593)
Corrects a few issues with regards to Doxygen documentation, for example:
- Incorrect parameter referencing.
- Missing @param tags.
- Typos in @param tags.
and a few minor other issues.
Diffstat (limited to 'src/core/file_sys')
| -rw-r--r-- | src/core/file_sys/archive_extsavedata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/archive_extsavedata.h b/src/core/file_sys/archive_extsavedata.h index 6a3431e94..f705ade1c 100644 --- a/src/core/file_sys/archive_extsavedata.h +++ b/src/core/file_sys/archive_extsavedata.h | |||
| @@ -52,7 +52,7 @@ private: | |||
| 52 | 52 | ||
| 53 | /** | 53 | /** |
| 54 | * This holds the full directory path for this archive, it is only set after a successful call | 54 | * This holds the full directory path for this archive, it is only set after a successful call |
| 55 | * to Open, this is formed as <base extsavedatapath>/<type>/<high>/<low>. | 55 | * to Open, this is formed as `<base extsavedatapath>/<type>/<high>/<low>`. |
| 56 | * See GetExtSaveDataPath for the code that extracts this data from an archive path. | 56 | * See GetExtSaveDataPath for the code that extracts this data from an archive path. |
| 57 | */ | 57 | */ |
| 58 | std::string mount_point; | 58 | std::string mount_point; |