Doxygen, style

This commit is contained in:
Klaus Basan
2019-10-27 00:19:52 +02:00
committed by Mat Sutcliffe
parent 52ce9f9205
commit 0fa9bcb520
7 changed files with 8 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ namespace BlackCore
{
namespace Fsd
{
//! From/to string serialization @{
//! \cond
template<typename T>
inline QString toQString(const T& value);
@@ -79,7 +79,7 @@ namespace BlackCore
template<>
AtisLineType fromQString(const QString &str);
//! @}
//! \endcond
}
}