[doxygen] More suppress "warning: Member NS_OBJECT_ENSURE_REGISTERED is not documented"

This commit is contained in:
Peter D. Barnes, Jr.
2013-11-14 17:11:41 -08:00
parent 5a2488e6db
commit e2971f7a72
6 changed files with 12 additions and 6 deletions

View File

@@ -285,7 +285,8 @@ SameRoomPositionAllocator::AssignStreams (int64_t stream)
return 1;
}
NS_OBJECT_ENSURE_REGISTERED (FixedRoomPositionAllocator);
NS_OBJECT_ENSURE_REGISTERED (FixedRoomPositionAllocator)
;
FixedRoomPositionAllocator::FixedRoomPositionAllocator (

View File

@@ -34,7 +34,8 @@ NS_LOG_COMPONENT_DEFINE ("A2A4RsrqHandoverAlgorithm");
namespace ns3 {
NS_OBJECT_ENSURE_REGISTERED (A2A4RsrqHandoverAlgorithm);
NS_OBJECT_ENSURE_REGISTERED (A2A4RsrqHandoverAlgorithm)
;
///////////////////////////////////////////

View File

@@ -29,7 +29,8 @@ NS_LOG_COMPONENT_DEFINE ("A3RsrpHandoverAlgorithm");
namespace ns3 {
NS_OBJECT_ENSURE_REGISTERED (A3RsrpHandoverAlgorithm);
NS_OBJECT_ENSURE_REGISTERED (A3RsrpHandoverAlgorithm)
;
A3RsrpHandoverAlgorithm::A3RsrpHandoverAlgorithm ()

View File

@@ -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)

View File

@@ -26,7 +26,8 @@ NS_LOG_COMPONENT_DEFINE ("LteHandoverAlgorithm");
namespace ns3 {
NS_OBJECT_ENSURE_REGISTERED (LteHandoverAlgorithm);
NS_OBJECT_ENSURE_REGISTERED (LteHandoverAlgorithm)
;
LteHandoverAlgorithm::LteHandoverAlgorithm ()

View File

@@ -26,7 +26,8 @@ NS_LOG_COMPONENT_DEFINE ("NoOpHandoverAlgorithm");
namespace ns3 {
NS_OBJECT_ENSURE_REGISTERED (NoOpHandoverAlgorithm);
NS_OBJECT_ENSURE_REGISTERED (NoOpHandoverAlgorithm)
;
NoOpHandoverAlgorithm::NoOpHandoverAlgorithm ()