From 007e1757210d58b1bfb91ecdcb175fd7f1ec6517 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Wed, 1 Aug 2018 14:58:39 +0200 Subject: [PATCH] Fix Doxygen warning suddenly showing up --- src/blackmisc/timestampobjectlist.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/blackmisc/timestampobjectlist.cpp b/src/blackmisc/timestampobjectlist.cpp index 5b870fd61..ff1ae8e79 100644 --- a/src/blackmisc/timestampobjectlist.cpp +++ b/src/blackmisc/timestampobjectlist.cpp @@ -7,6 +7,8 @@ * contained in the LICENSE file. */ +//! \cond PRIVATE + #include "blackmisc/aviation/aircraftsituationlist.h" #include "blackmisc/aviation/aircraftpartslist.h" #include "blackmisc/aviation/aircraftsituationchangelist.h" @@ -41,6 +43,8 @@ using namespace BlackConfig; + + namespace BlackMisc { template @@ -635,7 +639,6 @@ namespace BlackMisc // see here for the reason of thess forward instantiations // https://isocpp.org/wiki/faq/templates#separate-template-fn-defn-from-decl - //! \cond PRIVATE template class BLACKMISC_EXPORT_DEFINE_TEMPLATE ITimestampObjectList; template class BLACKMISC_EXPORT_DEFINE_TEMPLATE ITimestampObjectList; template class BLACKMISC_EXPORT_DEFINE_TEMPLATE ITimestampObjectList; @@ -659,6 +662,7 @@ namespace BlackMisc template class BLACKMISC_EXPORT_DEFINE_TEMPLATE ITimestampWithOffsetObjectList; template class BLACKMISC_EXPORT_DEFINE_TEMPLATE ITimestampWithOffsetObjectList; template class BLACKMISC_EXPORT_DEFINE_TEMPLATE ITimestampWithOffsetObjectList; - //! \endcond } // namespace + +//! \endcond