mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T197, doxygen fixes
"spooky action at a distance" https://swift-project.slack.com/archives/G7GD2UP9C/p1510941452000072
This commit is contained in:
@@ -59,11 +59,14 @@ namespace BlackCore
|
||||
return entities;
|
||||
}
|
||||
|
||||
// some strange Doxygen warning, added KB 2017-11
|
||||
//! \cond PRIVATE
|
||||
bool CWebReaderFlags::isFromSwiftDb(CEntityFlags::Entity entity)
|
||||
{
|
||||
Q_ASSERT_X(CEntityFlags::isSingleEntity(entity), Q_FUNC_INFO, "Need single entity");
|
||||
return isFromSwiftDb(entitiesToReaders(entity));
|
||||
return CWebReaderFlags::isFromSwiftDb(entitiesToReaders(entity));
|
||||
}
|
||||
//! \endcond
|
||||
|
||||
bool CWebReaderFlags::isFromSwiftDb(WebReader reader)
|
||||
{
|
||||
@@ -84,5 +87,4 @@ namespace BlackCore
|
||||
{
|
||||
return numberOfReaders(readers) == 1;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user