]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/features/flags-feature.jam
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / features / flags-feature.jam
index f38b5fca30885d294af6caceac9b43af5e07f17c..a0c416609417b16ae696913ab6db044f3db0b745 100644 (file)
@@ -3,10 +3,17 @@
 # (See accompanying file LICENSE_1_0.txt or copy at
 # http://www.boost.org/LICENSE_1_0.txt)
 
-# Generic, i.e. non-language specific, flags for tools.
-
 import feature ;
 
+#| tag::doc[]
+
+[[bbv2.builtin.features.flags]]`flags`::
+This feature is used for generic, i.e. non-language specific, flags for tools.
+The value of this feature is passed without modification to the tool that will
+build the target.
+
+|# # end::doc[]
+
 feature.feature flags
     :
     : free ;