summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-10-12 20:35:42 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-10-16 10:50:09 +0200
commit7d679310cca01190d25786b79eacd19e052e4de0 (patch)
treea58e0508096afab03ed093b7a77650beb3f18097 /src/core
parentda10b8f28122209ab3f986689ac024acb8643e36 (diff)
downloadccache-7d679310cca01190d25786b79eacd19e052e4de0.tar.gz
doc: Tweak manual and comments related to /showIncludes
Diffstat (limited to 'src/core')
-rw-r--r--src/core/ShowIncludesParser.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ShowIncludesParser.cpp b/src/core/ShowIncludesParser.cpp
index ca1b764c..f05521eb 100644
--- a/src/core/ShowIncludesParser.cpp
+++ b/src/core/ShowIncludesParser.cpp
@@ -27,9 +27,9 @@ namespace core::ShowIncludesParser {
std::vector<std::string_view>
tokenize(std::string_view file_content, std::string_view prefix)
{
- // -showIncludes output is written to stdout together with other messages.
- // Every line of it is '<prefix> <spaces> <file>', prefix is 'Note: including
- // file:' in English but can be localized.
+ // /showIncludes output is written to stdout together with other messages.
+ // Every line of it is "<prefix> <spaces> <file>" where the prefix is "Note:
+ // including file:" in English but can be localized.
std::vector<std::string_view> result;
// This will split at each \r or \n, but that simply means there will be empty