summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Grasman <kim.grasman@gmail.com>2017-06-11 11:00:57 +0200
committerKim Grasman <kim.grasman@gmail.com>2017-07-16 11:26:22 +0200
commitdcfff3502d527ef5ccf6f92be2da1bda54fba078 (patch)
tree7f92fd224968ff645c350b6327ff7f3f1f6fe9ab
parent10b6a1d93578d14007c0bc96eaa3294acd503cdd (diff)
Don't lie about symbol regexes in the docs
-rw-r--r--docs/IWYUMappings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/IWYUMappings.md b/docs/IWYUMappings.md
index 5c700b1..9fbff07 100644
--- a/docs/IWYUMappings.md
+++ b/docs/IWYUMappings.md
@@ -88,7 +88,7 @@ For example;
The symbol visibility is largely redundant -- it must always be `private`. It isn't entirely clear why symbol visibility needs to be specified, and it might be removed moving forward.
-Like `include`, `symbol` directives support the `@`-prefixed regex syntax in the first entry.
+Unlike `include`, `symbol` directives do not support the `@`-prefixed regex syntax in the first entry. Track the [following bug](https://github.com/include-what-you-use/include-what-you-use/issues/233) for updates.
#### Mapping Refs ####