FileSys: Add forgotten docstrings.

This commit is contained in:
Emmanuel Gil Peyrot
2014-09-27 19:09:04 +00:00
parent 44dabd0dec
commit d34673990b
7 changed files with 35 additions and 4 deletions

View File

@ -20,6 +20,10 @@ public:
Archive_SDMC(const std::string& mount_point);
~Archive_SDMC() override;
/**
* Initialize the archive.
* @return true if it initialized successfully
*/
bool Initialize();
/**