use full reference for \relates tag
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 08 Aug 2007 13:13:09 +0200
changeset 1253 a2d362dd86b5
parent 1252 b945796fa918
child 1254 75d1b34e5c5c
use full reference for \relates tag
src/common/header.h
src/common/tag.h
src/common/trailer.h
--- a/src/common/header.h	Wed Aug 08 12:54:21 2007 +0200
+++ b/src/common/header.h	Wed Aug 08 13:13:09 2007 +0200
@@ -25,7 +25,7 @@
 #include "chunk-registry.h"
 
 /**
- * \relates Header
+ * \relates ns3::Header
  * \brief this macro should be instantiated exactly once for each
  *        new type of Header
  *
@@ -45,6 +45,7 @@
     { uint32_t uid; uid = x::GetUid ();}       \
 } g_thisisanotherveryveryverylongname ## x;
 
+
 namespace ns3 {
 
 /**
@@ -109,7 +110,6 @@
   return ChunkRegistry::RegisterHeader<T> (uuid);
 }
 
-
 } // namespace ns3
 
 #endif /* HEADER_H */
--- a/src/common/tag.h	Wed Aug 08 12:54:21 2007 +0200
+++ b/src/common/tag.h	Wed Aug 08 13:13:09 2007 +0200
@@ -25,7 +25,7 @@
 #include <string>
 
 /**
- * \relates Tag
+ * \relates ns3::Tag
  * \brief this macro should be instantiated exactly once for each
  *        new type of Tag
  *
--- a/src/common/trailer.h	Wed Aug 08 12:54:21 2007 +0200
+++ b/src/common/trailer.h	Wed Aug 08 13:13:09 2007 +0200
@@ -25,7 +25,7 @@
 #include "chunk-registry.h"
 
 /**
- * \relates Trailer
+ * \relates ns3::Trailer
  * \brief this macro should be instantiated exactly once for each
  *        new type of Trailer
  *