From 3fd6c7d28ce453a7f927be8de90410a423891d8a Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 29 Mar 2007 16:39:40 +0200 Subject: [PATCH] index some new features from the main doxygen index --- doc/main.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/main.txt b/doc/main.txt index 8a780d123..b6f1c9a06 100644 --- a/doc/main.txt +++ b/doc/main.txt @@ -16,6 +16,10 @@ * - an os-independent interface to get write-only access to a file: ns3::SystemFile * - an os-independent interface to get access to the elapsed wall clock time: ns3::SystemWallClockMs * - a class to register regression tests with the test manager: ns3::Test and ns3::TestManager + * - debugging facilities: \ref debugging, \ref assert, \ref error + * - \ref randomvariable + * - a class to handle automatic deletion of multiple sets of objects of different types: + * ns3::ObjectContainer * * The "simulator" module contains: * - a time management class to hold a time and convert between various time units: ns3::Time