Skip to content

Commit

Permalink
Improve BitOutputDirectory::addDirectory description comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Jul 31, 2024
1 parent eeffaae commit b3d0017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/bit7z/bitoutputarchive.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ class BitOutputArchive {
bool recursive = true );

/**
* @brief Adds all the items inside the given directory path.
* @brief Adds the given directory path and all its content.
*
* @param inDir the directory where to search for items to be added to the output archive.
* @param inDir the path of the directory to be added to the archive.
*/
void addDirectory( const tstring& inDir );

Expand Down

0 comments on commit b3d0017

Please sign in to comment.