]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/predef/os/aix.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / predef / os / aix.h
index 3e5a953f1bd5cdc501fe20776d616c53e6035526..9bfe740c40f4033f7d15ca5dc09ee4ab3d3899d5 100644 (file)
@@ -11,24 +11,25 @@ http://www.boost.org/LICENSE_1_0.txt)
 #include <boost/predef/version_number.h>
 #include <boost/predef/make.h>
 
-/*`
-[heading `BOOST_OS_AIX`]
+/* tag::reference[]
+= `BOOST_OS_AIX`
 
-[@http://en.wikipedia.org/wiki/AIX_operating_system IBM AIX] operating system.
+http://en.wikipedia.org/wiki/AIX_operating_system[IBM AIX] operating system.
 Version number available as major, minor, and patch.
 
-[table
-    [[__predef_symbol__] [__predef_version__]]
+[options="header"]
+|===
+| {predef_symbol} | {predef_version}
 
-    [[`_AIX`] [__predef_detection__]]
-    [[`__TOS_AIX__`] [__predef_detection__]]
+| `+_AIX+` | {predef_detection}
+| `+__TOS_AIX__+` | {predef_detection}
 
-    [[`_AIX43`] [4.3.0]]
-    [[`_AIX41`] [4.1.0]]
-    [[`_AIX32`] [3.2.0]]
-    [[`_AIX3`] [3.0.0]]
-    ]
- */
+| `+_AIX43+` | 4.3.0
+| `+_AIX41+` | 4.1.0
+| `+_AIX32+` | 3.2.0
+| `+_AIX3+` | 3.0.0
+|===
+*/ // end::reference[]
 
 #define BOOST_OS_AIX BOOST_VERSION_NUMBER_NOT_AVAILABLE