Skip to content

Commit

Permalink
Remove Doxygen warnings for adapter/posix/fs_api.h. (HDFGroup#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Nov 1, 2022
1 parent 01c8c8a commit 0ce35c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions adapter/posix/fs_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ using hermes::adapter::fs::IoStatus;
using hermes::adapter::posix::API;

namespace hermes::adapter::posix {

/**
A class to represent POSIX IO file system
*/
class PosixFS : public hermes::adapter::fs::Filesystem {
private:
API *real_api;
API *real_api; /**< pointer to real APIs */

public:
PosixFS() { real_api = Singleton<API>::GetInstance(); }
Expand Down

0 comments on commit 0ce35c7

Please sign in to comment.