[Doxygen] Files implementing attributes.

This commit is contained in:
Peter D. Barnes, Jr.
2015-01-07 15:43:53 -08:00
parent 26fde12a8c
commit 90cf5b60a2
28 changed files with 229 additions and 6 deletions

View File

@@ -19,6 +19,12 @@
#include "string.h"
/**
* \file
* \ingroup attribute_String
* String attribute value implementations.
*/
namespace ns3 {
ATTRIBUTE_CHECKER_IMPLEMENT_WITH_NAME (String, "std::string");