Index: flower/include/file-path.hh |
diff --git a/flower/include/file-path.hh b/flower/include/file-path.hh |
index 0f79e8f7036f2bc9e225ef327937452c81fd8d55..227d7497404d1507a1b1c9135c461d5b991862f8 100644 |
--- a/flower/include/file-path.hh |
+++ b/flower/include/file-path.hh |
@@ -24,14 +24,8 @@ |
#include "std-string.hh" |
/** |
- search in directories for a file. |
- |
- Abstraction of PATH variable. An interface for searching input files. |
- Search a number of dirs for a file. |
- |
- TODO: add a unix style PATH interface |
+ A list of directories to look for files, analogous to $PATH. |
*/ |
- |
class File_path |
{ |
std::vector<std::string> dirs_; |