add missing requirement to doxygen

This commit is contained in:
Mathieu Lacage
2007-08-30 16:38:26 +02:00
parent 0a9cb8d248
commit e068eb8bd1

View File

@@ -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