Changeset 3899


Ignore:
Timestamp:
Mar 31, 2020, 4:38:56 AM (3 years ago)
Author:
Peter
Message:

avoid doxygen warnings with v1.8.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/config_public.h.in

    r3898 r3899  
    2929
    3030
    31 /* Define if deprecated boost headers should be allowed */
     31/// Define if deprecated boost headers should be allowed
    3232#undef YAT_BOOST_ALLOW_DEPRECATED_HEADERS
    3333
    34 // If not defined and YAT_BOOST_ALLOW_DEPRECATED_HEADERS (see above)
    35 // is defined, define it to same as YAT_BOOST_ALLOW_DEPRECATED_HEADERS
    3634#ifndef BOOST_ALLOW_DEPRECATED_HEADERS
    3735#ifdef YAT_BOOST_ALLOW_DEPRECATED_HEADERS
     36/// If not defined and YAT_BOOST_ALLOW_DEPRECATED_HEADERS (see above)
     37/// is defined, define it to same as YAT_BOOST_ALLOW_DEPRECATED_HEADERS
    3838#define BOOST_ALLOW_DEPRECATED_HEADERS YAT_BOOST_ALLOW_DEPRECATED_HEADERS
    3939#endif
Note: See TracChangeset for help on using the changeset viewer.