refs #485, refs #608 Doxygen improvements/fixes

This commit is contained in:
Klaus Basan
2016-03-02 23:36:06 +01:00
committed by Mathew Sutcliffe
parent bcb00b1b91
commit 52f0756597
6 changed files with 65 additions and 7 deletions

View File

@@ -18,7 +18,6 @@
* \def BLACKMISC_EXPORT
* BlackMisc Export Macro
*/
#ifndef WITH_STATIC
# if defined(BUILD_BLACKMISC_LIB)
# define BLACKMISC_EXPORT Q_DECL_EXPORT
@@ -33,15 +32,22 @@
* \def BLACKMISC_EXPORT_TEMPLATE
* BlackMisc Template Export Macro
*/
#if defined(Q_OS_WIN) && defined(Q_CC_GNU)
# define BLACKMISC_EXPORT_TEMPLATE BLACKMISC_EXPORT
#else
# define BLACKMISC_EXPORT_TEMPLATE
#endif
//! make a define quoted (normally to be used then with QString)
//! \cond
// helper define
#define BLACK_STRINGIFY_X(v) #v
//! \endcond
/*!
* \def BLACK_STRINGIFY
* Value in quotes (normally to be used then with QString)
*/
#define BLACK_STRINGIFY(v) BLACK_STRINGIFY_X(v)
#endif // guard