Doxygen fixes

This commit is contained in:
Klaus Basan
2014-07-06 23:22:24 +02:00
parent 3729721fc3
commit b949a2635b
4 changed files with 43 additions and 41 deletions

View File

@@ -77,19 +77,19 @@ namespace BlackCore
virtual ~IContextApplication() {}
//! Output redirection (redirect my output)
//! \threadsafe
//! \remarks thread safe
RedirectionLevel getOutputRedirectionLevel() const;
//! Output redirection (redirect my output)
//! \threadsafe
//! \remarks thread safe
void setOutputRedirectionLevel(RedirectionLevel redirectionLevel);
//! Redirected output generated by others
//! \threadsafe
//! \remarks thread safe
RedirectionLevel getStreamingForRedirectedOutputLevel() const;
//! Redirected output generated by others
//! \threadsafe
//! \remarks thread safe
void setStreamingForRedirectedOutputLevel(RedirectionLevel redirectionLevel) ;
//! Reset output redirection
@@ -146,7 +146,7 @@ namespace BlackCore
static QtMessageHandler s_oldHandler;
//! Message handler, handles one individual context
//! \threadsafe
//! \remarks thread safe
void messageHandler(QtMsgType type, const QMessageLogContext &messageContext, const QString &messsage);
//! Handle output dispatch, handles all contexts