@deftypevr {Target Hook} bool TARGET_DTORS_FROM_CXA_ATEXIT
This value is true if the target wants destructors to be queued to be
-run from __cxa_atexit. If this is the case then, for each priority level,
-a new constructor will be entered that registers the destructors for that
-level with __cxa_atexit (and there will be no destructors emitted).
+run from @code{__cxa_atexit}. If this is the case then, for each
+priority level, a new constructor will be entered that registers the
+destructors for that level with @code{__cxa_atexit} (and there will be
+no destructors emitted).
It is false the method implied by @code{have_ctors_dtors} is used.
@end deftypevr
DEFHOOKPOD
(dtors_from_cxa_atexit,
"This value is true if the target wants destructors to be queued to be\n\
-run from __cxa_atexit. If this is the case then, for each priority level,\n\
-a new constructor will be entered that registers the destructors for that\n\
-level with __cxa_atexit (and there will be no destructors emitted).\n\
+run from @code{__cxa_atexit}. If this is the case then, for each\n\
+priority level, a new constructor will be entered that registers the\n\
+destructors for that level with @code{__cxa_atexit} (and there will be\n\
+no destructors emitted).\n\
It is false the method implied by @code{have_ctors_dtors} is used.",
bool, false)