diff options
author | Jan Niklas Hasse <jhasse@bixense.com> | 2018-11-14 14:09:19 (GMT) |
---|---|---|
committer | Jan Niklas Hasse <jhasse@bixense.com> | 2018-11-14 14:09:19 (GMT) |
commit | 65f5d9633b984c4960d99a16728b32e025c95d38 (patch) | |
tree | 7b2f860a0606213684c55ee5c36874719251b441 | |
parent | 378486ba6e5f15ebd86c76c330231319c2a6df59 (diff) | |
download | Ninja-65f5d9633b984c4960d99a16728b32e025c95d38.zip Ninja-65f5d9633b984c4960d99a16728b32e025c95d38.tar.gz Ninja-65f5d9633b984c4960d99a16728b32e025c95d38.tar.bz2 |
Fix rendering of code block, fix #955
-rw-r--r-- | doc/manual.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index 9e55c02..86d9aaa 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -593,7 +593,7 @@ Ninja supports this processing in two forms. to its stdout. Ninja then filters these lines from the displayed output. No `depfile` attribute is necessary, but the localized string in front of the the header file path. For instance - `msvc_deps_prefix = Note: including file: ` + `msvc_deps_prefix = Note: including file:` for a English Visual Studio (the default). Should be globally defined. + ---- |