Skip to content

Commit

Permalink
rcpputils::fs: Fix doxygen parameter identifier (ros2#142)
Browse files Browse the repository at this point in the history
The `create_directories` function had a typo in its doxygen tags.
Namely, `path` -> `p`.

Signed-off-by: Abrar Rahman Protyasha <[email protected]>
  • Loading branch information
Abrar Rahman Protyasha authored Aug 20, 2021
1 parent bbac28f commit d3c6f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rcpputils/filesystem_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ RCPPUTILS_PUBLIC path current_path();
* \brief Create a directory with the given path p.
*
* This builds directories recursively and will skip directories if they are already created.
* \param[in] path The path at which to create the directory.
* \param[in] p The path at which to create the directory.
* \return Return true if the directory already exists or is created, false otherwise.
*/
RCPPUTILS_PUBLIC bool create_directories(const path & p);
Expand Down

0 comments on commit d3c6f59

Please sign in to comment.