From 647c5c2de87cfc17d75dcd85d2bc9327c912cf09 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Tue, 5 May 2015 22:27:31 +0200 Subject: [PATCH] doxygen --- src/blackcore/blackcoreexport.h | 5 +++++ src/blackgui/blackguiexport.h | 5 +++++ src/blackinput/blackinputexport.h | 5 +++++ src/blackmisc/aviation/callsignobjectlist.h | 2 ++ src/blackmisc/aviation/modulator.h | 2 ++ src/blackmisc/blackmiscexport.h | 10 ++++++++++ src/blackmisc/geo/earthangle.h | 2 ++ src/blackmisc/geo/geoobjectlist.h | 4 ++++ src/blackmisc/pq/physicalquantity.h | 2 ++ src/blackmisc/timestampobjectlist.h | 2 ++ src/blacksound/blacksoundexport.h | 5 +++++ 11 files changed, 44 insertions(+) diff --git a/src/blackcore/blackcoreexport.h b/src/blackcore/blackcoreexport.h index a0c00a548..a21d9c4f6 100644 --- a/src/blackcore/blackcoreexport.h +++ b/src/blackcore/blackcoreexport.h @@ -14,6 +14,11 @@ #include +/*! + * \def BLACKCORE_EXPORT + * BlackCore Export Macro + */ + #ifndef WITH_STATIC # if defined(BUILD_BLACKCORE_LIB) # define BLACKCORE_EXPORT Q_DECL_EXPORT diff --git a/src/blackgui/blackguiexport.h b/src/blackgui/blackguiexport.h index 221578b7c..0babf5839 100644 --- a/src/blackgui/blackguiexport.h +++ b/src/blackgui/blackguiexport.h @@ -14,6 +14,11 @@ #include +/*! + * \def BLACKGUI_EXPORT + * BlackGui Export Macro + */ + #ifndef WITH_STATIC # if defined(BUILD_BLACKGUI_LIB) # define BLACKGUI_EXPORT Q_DECL_EXPORT diff --git a/src/blackinput/blackinputexport.h b/src/blackinput/blackinputexport.h index 85dedbe17..b4be3d687 100644 --- a/src/blackinput/blackinputexport.h +++ b/src/blackinput/blackinputexport.h @@ -14,6 +14,11 @@ #include +/*! + * \def BLACKINPUT_EXPORT + * BlackInput Export Macro + */ + #ifndef WITH_STATIC # if defined(BUILD_BLACKINPUT_LIB) # define BLACKINPUT_EXPORT Q_DECL_EXPORT diff --git a/src/blackmisc/aviation/callsignobjectlist.h b/src/blackmisc/aviation/callsignobjectlist.h index f6a15819a..51a214720 100644 --- a/src/blackmisc/aviation/callsignobjectlist.h +++ b/src/blackmisc/aviation/callsignobjectlist.h @@ -108,12 +108,14 @@ namespace BlackMisc CONTAINER &container(); }; + //! \cond PRIVATE extern template class BLACKMISC_EXPORT_TEMPLATE ICallsignObjectList; extern template class BLACKMISC_EXPORT_TEMPLATE ICallsignObjectList; extern template class BLACKMISC_EXPORT_TEMPLATE ICallsignObjectList; extern template class BLACKMISC_EXPORT_TEMPLATE ICallsignObjectList; extern template class BLACKMISC_EXPORT_TEMPLATE ICallsignObjectList; extern template class BLACKMISC_EXPORT_TEMPLATE ICallsignObjectList; + //! \endcond } //namespace } // namespace diff --git a/src/blackmisc/aviation/modulator.h b/src/blackmisc/aviation/modulator.h index 148d934df..2307e4054 100644 --- a/src/blackmisc/aviation/modulator.h +++ b/src/blackmisc/aviation/modulator.h @@ -146,9 +146,11 @@ namespace BlackMisc AVIO *derived(); }; + //! \cond PRIVATE extern template class BLACKMISC_EXPORT_TEMPLATE CModulator; extern template class BLACKMISC_EXPORT_TEMPLATE CModulator; extern template class BLACKMISC_EXPORT_TEMPLATE CModulator; + //! \endcond } } diff --git a/src/blackmisc/blackmiscexport.h b/src/blackmisc/blackmiscexport.h index 3bbf96a6a..1bd012b34 100644 --- a/src/blackmisc/blackmiscexport.h +++ b/src/blackmisc/blackmiscexport.h @@ -14,6 +14,11 @@ #include +/*! + * \def BLACKMISC_EXPORT + * BlackMisc Export Macro + */ + #ifndef WITH_STATIC # if defined(BUILD_BLACKMISC_LIB) # define BLACKMISC_EXPORT Q_DECL_EXPORT @@ -24,6 +29,11 @@ # define BLACKMISC_EXPORT #endif +/*! + * \def BLACKMISC_EXPORT_TEMPLATE + * BlackMisc Template Export Macro + */ + #if defined(Q_OS_WIN) && defined(Q_CC_GNU) # define BLACKMISC_EXPORT_TEMPLATE BLACKMISC_EXPORT #else diff --git a/src/blackmisc/geo/earthangle.h b/src/blackmisc/geo/earthangle.h index 0aa1ebcc2..3e7399e6c 100644 --- a/src/blackmisc/geo/earthangle.h +++ b/src/blackmisc/geo/earthangle.h @@ -96,8 +96,10 @@ namespace BlackMisc LATorLON *derived(); }; + //! \cond PRIVATE extern template class BLACKMISC_EXPORT_TEMPLATE CEarthAngle; extern template class BLACKMISC_EXPORT_TEMPLATE CEarthAngle; + //! \endcond } } diff --git a/src/blackmisc/geo/geoobjectlist.h b/src/blackmisc/geo/geoobjectlist.h index 51e13c795..072047fb7 100644 --- a/src/blackmisc/geo/geoobjectlist.h +++ b/src/blackmisc/geo/geoobjectlist.h @@ -61,10 +61,12 @@ namespace BlackMisc CONTAINER &container(); }; + //! \cond PRIVATE extern template class BLACKMISC_EXPORT_TEMPLATE IGeoObjectList; extern template class BLACKMISC_EXPORT_TEMPLATE IGeoObjectList; extern template class BLACKMISC_EXPORT_TEMPLATE IGeoObjectList; extern template class BLACKMISC_EXPORT_TEMPLATE IGeoObjectList; + //! \endcond //! List of objects with geo coordinates. template @@ -92,10 +94,12 @@ namespace BlackMisc }; + //! \cond PRIVATE extern template class BLACKMISC_EXPORT_TEMPLATE IGeoObjectWithRelativePositionList; extern template class BLACKMISC_EXPORT_TEMPLATE IGeoObjectWithRelativePositionList; extern template class BLACKMISC_EXPORT_TEMPLATE IGeoObjectWithRelativePositionList; extern template class BLACKMISC_EXPORT_TEMPLATE IGeoObjectWithRelativePositionList; + //! \endcond } //namespace } // namespace diff --git a/src/blackmisc/pq/physicalquantity.h b/src/blackmisc/pq/physicalquantity.h index 0a182a3b5..2a8afc8d1 100644 --- a/src/blackmisc/pq/physicalquantity.h +++ b/src/blackmisc/pq/physicalquantity.h @@ -251,6 +251,7 @@ namespace BlackMisc PQ *derived(); }; + //! \cond PRIVATE extern template class BLACKMISC_EXPORT_TEMPLATE CPhysicalQuantity; extern template class BLACKMISC_EXPORT_TEMPLATE CPhysicalQuantity; extern template class BLACKMISC_EXPORT_TEMPLATE CPhysicalQuantity; @@ -260,6 +261,7 @@ namespace BlackMisc extern template class BLACKMISC_EXPORT_TEMPLATE CPhysicalQuantity; extern template class BLACKMISC_EXPORT_TEMPLATE CPhysicalQuantity; extern template class BLACKMISC_EXPORT_TEMPLATE CPhysicalQuantity; + //! \endcond } } diff --git a/src/blackmisc/timestampobjectlist.h b/src/blackmisc/timestampobjectlist.h index f38336702..ff1c38ed3 100644 --- a/src/blackmisc/timestampobjectlist.h +++ b/src/blackmisc/timestampobjectlist.h @@ -101,10 +101,12 @@ namespace BlackMisc CONTAINER &container(); }; + //! \cond PRIVATE extern template class BLACKMISC_EXPORT_TEMPLATE ITimestampObjectList; extern template class BLACKMISC_EXPORT_TEMPLATE ITimestampObjectList; extern template class BLACKMISC_EXPORT_TEMPLATE ITimestampObjectList; extern template class BLACKMISC_EXPORT_TEMPLATE ITimestampObjectList; + //! \endcond } //namespace diff --git a/src/blacksound/blacksoundexport.h b/src/blacksound/blacksoundexport.h index b490ef411..a66b36d2d 100644 --- a/src/blacksound/blacksoundexport.h +++ b/src/blacksound/blacksoundexport.h @@ -14,6 +14,11 @@ #include +/*! + * \def BLACKSOUND_EXPORT + * BlackSound Export Macro + */ + #ifndef WITH_STATIC # if defined(BUILD_BLACKSOUND_LIB) # define BLACKSOUND_EXPORT Q_DECL_EXPORT