Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(184)

Unified Diff: flower/include/file-path.hh

Issue 573400043: Clean up and document include file searching (Closed)
Patch Set: fix compile error Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lily/includable-lexer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | lily/includable-lexer.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b