Browse Source

[3181] Fixed error in perfdhcp doxygen documentation.

Marcin Siodelski 11 years ago
parent
commit
19a8a4ef19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tools/perfdhcp/test_control.h

+ 1 - 1
tests/tools/perfdhcp/test_control.h

@@ -960,7 +960,7 @@ protected:
 
     /// \brief Calculate elapsed time between two packets.
     ///
-    /// \param T Pkt4Ptr or Pkt6Ptr class.
+    /// \tparam T Pkt4Ptr or Pkt6Ptr class.
     /// \param pkt1 first packet.
     /// \param pkt2 second packet.
     /// \throw InvalidOperation if packet timestamps are invalid.