Parcourir la source

[3181] Fixed error in perfdhcp doxygen documentation.

Marcin Siodelski il y a 11 ans
Parent
commit
19a8a4ef19
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.