fix some dox warnings
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 14 Apr 2008 16:18:50 -0700
changeset 2963 40a70a2e1b70
parent 2962 39f72ca0ba8e
child 2964 4e8cb1577144
fix some dox warnings
doc/modules
--- a/doc/modules	Mon Apr 14 16:18:30 2008 -0700
+++ b/doc/modules	Mon Apr 14 16:18:50 2008 -0700
@@ -15,12 +15,13 @@
  *    - a class to register regression tests with the test manager: ns3::Test and ns3::TestManager
  *    - debugging facilities: \ref logging, \ref assert, \ref error
  *    - \ref randomvariable
+ *    - a base class for objects which need to support per-instance "attributes" and
+ *      trace sources: ns3::ObjectBase
  *    - a base class for objects which need to support reference counting
- *      and QueryInterface: ns3::Object and ns3::InterfaceId 
- *    - a set of low-level trace facilities integrated in the ns3::Object system: \ref tracing
- *    - a ns3::ComponentManager which can be used to manage the creation
- *      of any object which derives from ns3::Object through an ns3::ClassId 
+ *      and dynamic object aggregation: ns3::Object
  *    - a smart-pointer class ns3::Ptr designed to work together with ns3::Object
+ *    - a configuration class used to set and control all attributes and trace sources
+ *      in a simulation: ns3::Config.
  *
  * @defgroup common Common
  * The "core" module contains: 
@@ -61,5 +62,4 @@
  * @brief Constants you can change
  *
  * @defgroup contrib Contrib
- */
-
+ */
\ No newline at end of file