From f8c6e33e49345970cc7d93054339b67bceea0151 Mon Sep 17 00:00:00 2001 From: Nikita Kniazev Date: Tue, 27 Jul 2021 19:38:24 +0300 Subject: [PATCH] Fix typo in compileflags documentation (#60) --- src/tools/features/compileflags-feature.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/features/compileflags-feature.jam b/src/tools/features/compileflags-feature.jam index a3f5ea8a3..9448542c2 100644 --- a/src/tools/features/compileflags-feature.jam +++ b/src/tools/features/compileflags-feature.jam @@ -7,7 +7,7 @@ import feature ; #| tag::doc[] -[[bbv2.builtin.features.compileflags]]`cflags`:: +[[bbv2.builtin.features.compileflags]]`compileflags`:: The value of this feature is passed without modification to the corresponding tools. The values from the `compileflags` is applied to all compilation of any language for the tools.