From 5c555b105955cd2a8678d3773aa3720bdcad92da Mon Sep 17 00:00:00 2001 From: khizmax Date: Wed, 24 Sep 2014 09:25:22 +0400 Subject: [PATCH] Fix doxygen config --- cds/intrusive/striped_set/adapter.h | 4 ---- doxygen/cds.doxy | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/cds/intrusive/striped_set/adapter.h b/cds/intrusive/striped_set/adapter.h index 26ba7542..5360cadb 100644 --- a/cds/intrusive/striped_set/adapter.h +++ b/cds/intrusive/striped_set/adapter.h @@ -328,8 +328,4 @@ namespace cds { namespace intrusive { } // namespace striped_set }} // namespace cds::intrusive -//@cond -//#if defined(BOOST_INTRUSIVE_VARIADIC_TEMPLATES) -//@endcond - #endif // #ifndef __CDS_INTRUSIVE_STRIPED_SET_ADAPTER_H diff --git a/doxygen/cds.doxy b/doxygen/cds.doxy index 838707cc..03587f9b 100644 --- a/doxygen/cds.doxy +++ b/doxygen/cds.doxy @@ -1392,7 +1392,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = CDS_BUILD_BITS=32 \ +PREDEFINED = CDS_BUILD_BITS=64 \ CDS_DOXYGEN_INVOKED \ cds_std=std \ CDS_URCU_SIGNAL_HANDLING_ENABLED \ -- 2.34.1