Implemented global cross-reference generation
[senf.git] / Packets / Packet.cci
index 5a299df..ea63a07 100644 (file)
@@ -154,10 +154,10 @@ prefix_ senf::Packet::ptr senf::Packet::head()
 
 prefix_  senf::Packet::~Packet()
 {
-    // FIXME: This is bad ... we cannot check this since this
-    // assertion fails at the moment if the Packet constructor throws
-    // ... hrmpf ... we really need to initialize refcount_ to 0 and
-    // remove the 'false' argument to the ptr constructor in ::create
+    /** \fixme This is bad ... we cannot check this since this
+       assertion fails at the moment if the Packet constructor throws
+       ... hrmpf ... we really need to initialize refcount_ to 0 and
+       remove the 'false' argument to the ptr constructor in create */
     // BOOST_ASSERT( !this->refcount_  && !this->impl_ );
     SATCOM_PKF_REFC_MSG("] Packet::~Packet (" << this << ")\n");
 }