summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-11-05 13:13:58 +0100
committerJoel Rosdahl <joel@rosdahl.net>2022-11-05 13:21:39 +0100
commit157a18f250b31a4b280b994eb277e7ce7d569d4a (patch)
tree067e7967c8d498c146f98a7de5df11b4b0b15481
parente186b9b991a9b6c499e79b952b155d0d71cece56 (diff)
downloadccache-157a18f250b31a4b280b994eb277e7ce7d569d4a.tar.gz
doc: Mention the default value of keep_comments_cpp
-rw-r--r--doc/MANUAL.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc
index e2453a70..4c158edc 100644
--- a/doc/MANUAL.adoc
+++ b/doc/MANUAL.adoc
@@ -768,7 +768,8 @@ NOTE: The inode cache feature is currently not available on Windows.
*keep_comments_cpp* (*CCACHE_COMMENTS* or *CCACHE_NOCOMMENTS*, see _<<Boolean values>>_ above)::
If true, ccache will not discard the comments before hashing preprocessor
- output. This can be used to check documentation with `-Wdocumentation`.
+ output. The default is false. This can be used to check documentation with
+ `-Wdocumentation`.
[#config_limit_multiple]
*limit_multiple* (*CCACHE_LIMIT_MULTIPLE*)::