docs(src): fix some doxygen warnings (#2731)

This commit is contained in:
ReenigneArcher 2024-06-19 21:36:09 -04:00 committed by GitHub
commit f3abf59fbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 15 additions and 74 deletions

View file

@ -13,7 +13,7 @@
namespace file_handler {
/**
* @breif Get the parent directory of a file or directory.
* @brief Get the parent directory of a file or directory.
* @param path The path of the file or directory.
* @return `std::string` : The parent directory.
*/