[doxygen] More suppress "warning: Member NS_OBJECT_ENSURE_REGISTERED is not documented"
This commit is contained in:
@@ -285,7 +285,8 @@ SameRoomPositionAllocator::AssignStreams (int64_t stream)
|
||||
return 1;
|
||||
}
|
||||
|
||||
NS_OBJECT_ENSURE_REGISTERED (FixedRoomPositionAllocator);
|
||||
NS_OBJECT_ENSURE_REGISTERED (FixedRoomPositionAllocator)
|
||||
;
|
||||
|
||||
|
||||
FixedRoomPositionAllocator::FixedRoomPositionAllocator (
|
||||
|
||||
@@ -34,7 +34,8 @@ NS_LOG_COMPONENT_DEFINE ("A2A4RsrqHandoverAlgorithm");
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
NS_OBJECT_ENSURE_REGISTERED (A2A4RsrqHandoverAlgorithm);
|
||||
NS_OBJECT_ENSURE_REGISTERED (A2A4RsrqHandoverAlgorithm)
|
||||
;
|
||||
|
||||
|
||||
///////////////////////////////////////////
|
||||
|
||||
@@ -29,7 +29,8 @@ NS_LOG_COMPONENT_DEFINE ("A3RsrpHandoverAlgorithm");
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
NS_OBJECT_ENSURE_REGISTERED (A3RsrpHandoverAlgorithm);
|
||||
NS_OBJECT_ENSURE_REGISTERED (A3RsrpHandoverAlgorithm)
|
||||
;
|
||||
|
||||
|
||||
A3RsrpHandoverAlgorithm::A3RsrpHandoverAlgorithm ()
|
||||
|
||||
@@ -33,7 +33,8 @@ NS_LOG_COMPONENT_DEFINE ("LteAnr");
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
NS_OBJECT_ENSURE_REGISTERED (LteAnr);
|
||||
NS_OBJECT_ENSURE_REGISTERED (LteAnr)
|
||||
;
|
||||
|
||||
|
||||
LteAnr::LteAnr (uint16_t servingCellId)
|
||||
|
||||
@@ -26,7 +26,8 @@ NS_LOG_COMPONENT_DEFINE ("LteHandoverAlgorithm");
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
NS_OBJECT_ENSURE_REGISTERED (LteHandoverAlgorithm);
|
||||
NS_OBJECT_ENSURE_REGISTERED (LteHandoverAlgorithm)
|
||||
;
|
||||
|
||||
|
||||
LteHandoverAlgorithm::LteHandoverAlgorithm ()
|
||||
|
||||
@@ -26,7 +26,8 @@ NS_LOG_COMPONENT_DEFINE ("NoOpHandoverAlgorithm");
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
NS_OBJECT_ENSURE_REGISTERED (NoOpHandoverAlgorithm);
|
||||
NS_OBJECT_ENSURE_REGISTERED (NoOpHandoverAlgorithm)
|
||||
;
|
||||
|
||||
|
||||
NoOpHandoverAlgorithm::NoOpHandoverAlgorithm ()
|
||||
|
||||
Reference in New Issue
Block a user