Skip to content
Snippets Groups Projects
Commit bad31c23 authored by Philippe Gorley's avatar Philippe Gorley Committed by gerrit2
Browse files

reword the comment explaining readDirectory()


Change-Id: I2f3504946b28721b2e98eb060becc9a9fc49ca0f
Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
(cherry picked from commit 52a53711)
parent bca56b98
No related branches found
No related tags found
No related merge requests found
......@@ -74,8 +74,8 @@ namespace ring { namespace fileutils {
/**
* Read content of the directory.
* The result is a list of full paths of files in the directory,
* without "." and "..".
* The result is a list of relative (to @param dir) paths of all entries
* in the directory, without "." and "..".
*/
std::vector<std::string> readDirectory(const std::string &dir);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment