refs #703, adjustments

* removed using as discussed on slack
* Doxyfile as discussed
* Doxygen \cond
This commit is contained in:
Klaus Basan
2016-07-09 13:52:47 +02:00
parent d782839cb8
commit 4eaea5d480
4 changed files with 5 additions and 8 deletions

View File

@@ -107,10 +107,6 @@ namespace BlackCore
//! \copydoc IContextApplication::existsFile
virtual bool existsFile(const QString &fileName) const override;
public:
//! \todo Remove with old settings
using IContextApplication::changeSettings;
protected:
//! Constructor
CContextApplication(CCoreFacadeConfig::ContextMode mode, CCoreFacade *runtime);

View File

@@ -48,9 +48,6 @@ namespace BlackCore
//! Destructor
virtual ~CContextApplicationProxy() {}
//! \todo Remove with old settings
using IContextApplication::changeSettings;
public slots:
//! \copydoc IContextApplication::logMessage
virtual void logMessage(const BlackMisc::CStatusMessage &message, const BlackMisc::CIdentifier &origin) override;

View File

@@ -7,6 +7,8 @@
* contained in the LICENSE file.
*/
//! \cond PRIVATE
#include "blackmisc/compare.h"
#include "blackmisc/range.h"
#include "blackmisc/statusmessagelist.h"
@@ -208,3 +210,5 @@ namespace BlackMisc
return messages;
}
} // ns
//! \endcond