Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1394 Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Feb 24, 2023
1 parent 36385a9 commit 83b45d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iceoryx_hoofs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The module structure is a logical grouping. It is replicated for `concurrent` an

| class | internal | description |
|:---------------------:|:--------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|`filesystem` | | Implementation of C++17 filesystem features for instance `cxx::perms` to abstract file permissions |
|`filesystem` | | Implementation of C++17 filesystem features for instance `iox::access_rights` and `iox::perms` to abstract file permissions |
|`AccessController` | i | Interface for Access Control Lists (ACL). |
|`FileLock` | | File lock C++ wrapping class. |
|`posix_access_rights` | | Rights and user management interface. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ enum class FileLockError
/// @code
/// auto fileLock = iox::posix::FileLockBuilder().name("myLockName")
/// .path("/tmp")
/// .permission(iox::cxx::perms::owner_all)
/// .permission(iox::perms::owner_all)
/// .create()
/// .expect("Oh no I couldn't create the lock");
/// @endcode
Expand Down

0 comments on commit 83b45d6

Please sign in to comment.