Squashed 'third_party/boostorg/property_tree/' content from commit bdfe275

Change-Id: I075a5e242aaddc356ecc81e756c4a0907fc38130
git-subtree-dir: third_party/boostorg/property_tree
git-subtree-split: bdfe275d172ac30bc5e89a6375a5a64dea20b3c0
diff --git a/doc/parsers.qbk b/doc/parsers.qbk
new file mode 100644
index 0000000..d408611
--- /dev/null
+++ b/doc/parsers.qbk
@@ -0,0 +1,24 @@
+[/
+ / Copyright (c) 2008 Marcin Kalicinski (kalita <at> poczta dot onet dot pl)
+ / Copyright (c) 2009 Sebastian Redl (sebastian dot redl <at> getdesigned dot at)
+ /
+ / Distributed under the Boost Software License, Version 1.0. (See accompanying
+ / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+ /]
+[section:parsers How to Populate a Property Tree]
+[include xml_parser.qbk]
+
+[include json_parser.qbk]
+
+[include ini_parser.qbk]
+
+[include info_parser.qbk]
+
+[/ These parsers will be dropped for now.]
+[/ include cmd_line_parser.qbk]
+
+[/ include windows_registry_parser.qbk]
+
+[/ include system_environment_parser.qbk]
+
+[endsect] [/parsers]