src/cxx_supportlib/vendor-modified/boost/predef/compiler/digitalmars.h in passenger-6.0.7 vs src/cxx_supportlib/vendor-modified/boost/predef/compiler/digitalmars.h in passenger-6.0.8
- old
+ new
@@ -9,23 +9,24 @@
#define BOOST_PREDEF_COMPILER_DIGITALMARS_H
#include <boost/predef/version_number.h>
#include <boost/predef/make.h>
-/*`
-[heading `BOOST_COMP_DMC`]
+/* tag::reference[]
+= `BOOST_COMP_DMC`
-[@http://en.wikipedia.org/wiki/Digital_Mars Digital Mars] compiler.
+http://en.wikipedia.org/wiki/Digital_Mars[Digital Mars] compiler.
Version number available as major, minor, and patch.
-[table
- [[__predef_symbol__] [__predef_version__]]
+[options="header"]
+|===
+| {predef_symbol} | {predef_version}
- [[`__DMC__`] [__predef_detection__]]
+| `+__DMC__+` | {predef_detection}
- [[`__DMC__`] [V.R.P]]
- ]
- */
+| `+__DMC__+` | V.R.P
+|===
+*/ // end::reference[]
#define BOOST_COMP_DMC BOOST_VERSION_NUMBER_NOT_AVAILABLE
#if defined(__DMC__)
# define BOOST_COMP_DMC_DETECTION BOOST_PREDEF_MAKE_0X_VRP(__DMC__)