doxygen doc

This commit is contained in:
Mathieu Lacage
2008-03-10 14:05:26 -07:00
parent 603615d2d0
commit 321b953877
9 changed files with 226 additions and 2 deletions

View File

@@ -6,6 +6,12 @@
namespace ns3 {
/**
* \brief hold variables of type string
*
* This class can be used to hold variables of type string,
* that is, either char * or std::string.
*/
class String
{
public: