src/cxx_supportlib/vendor-modified/boost/predef/os/qnxnto.h in passenger-6.0.7 vs src/cxx_supportlib/vendor-modified/boost/predef/os/qnxnto.h in passenger-6.0.8
- old
+ new
@@ -9,26 +9,27 @@
#define BOOST_PREDEF_OS_QNXNTO_H
#include <boost/predef/version_number.h>
#include <boost/predef/make.h>
-/*`
-[heading `BOOST_OS_QNX`]
+/* tag::reference[]
+= `BOOST_OS_QNX`
-[@http://en.wikipedia.org/wiki/QNX QNX] operating system.
+http://en.wikipedia.org/wiki/QNX[QNX] operating system.
Version number available as major, and minor if possible. And
version 4 is specifically detected.
-[table
- [[__predef_symbol__] [__predef_version__]]
+[options="header"]
+|===
+| {predef_symbol} | {predef_version}
- [[`__QNX__`] [__predef_detection__]]
- [[`__QNXNTO__`] [__predef_detection__]]
+| `+__QNX__+` | {predef_detection}
+| `+__QNXNTO__+` | {predef_detection}
- [[`_NTO_VERSION`] [V.R.0]]
- [[`__QNX__`] [4.0.0]]
- ]
- */
+| `+_NTO_VERSION+` | V.R.0
+| `+__QNX__+` | 4.0.0
+|===
+*/ // end::reference[]
#define BOOST_OS_QNX BOOST_VERSION_NUMBER_NOT_AVAILABLE
#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \
defined(__QNX__) || defined(__QNXNTO__) \