src/wifi/model/qos-tag.h
changeset 7139 79dd02ed46ec
parent 6852 8f1a53d3f6ca
child 7141 072fb225b714
--- a/src/wifi/model/qos-tag.h	Fri May 06 18:31:42 2011 +0200
+++ b/src/wifi/model/qos-tag.h	Fri May 06 18:34:24 2011 +0200
@@ -48,13 +48,15 @@
   
 
   
-  /**
-   * The aim of the QosTag is to provide means for an Application to
-   * specify the TID which will be used by a QoS-aware WifiMac for a
-   * given traffic flow. Note that the current QosTag class was
-   * designed to be completely mac/wifi specific without any attempt
-   * at being generic. 
-   */
+/**
+ * \ingroup wifi
+ *
+ * The aim of the QosTag is to provide means for an Application to
+ * specify the TID which will be used by a QoS-aware WifiMac for a
+ * given traffic flow. Note that the current QosTag class was
+ * designed to be completely mac/wifi specific without any attempt
+ * at being generic. 
+ */
 class QosTag : public Tag
 {
 public: