From e068eb8bd18f9db71885d0f6e82e2e0721b58d7c Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 30 Aug 2007 16:38:26 +0200 Subject: [PATCH] add missing requirement to doxygen --- src/core/trace-context-element.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/trace-context-element.h b/src/core/trace-context-element.h index 2baa7e39f..aba7c2598 100644 --- a/src/core/trace-context-element.h +++ b/src/core/trace-context-element.h @@ -37,6 +37,8 @@ namespace ns3 { * This method takes a c++ output stream and argument and is * expected to write an ascii string describing its content * in this output stream. + * - a public GetTypeName method which returns the fully-qualified + * c++ type name of this subclass as a string. * * A typical subclass should look like this: * \code