src/core/model/command-line.h
changeset 11131 6a448ac28669
parent 11093 5ae2ca8407fc
child 11140 35c2c969d0b2
--- a/src/core/model/command-line.h	Wed Dec 17 12:17:11 2014 -0800
+++ b/src/core/model/command-line.h	Thu Dec 18 15:12:35 2014 -0800
@@ -436,7 +436,7 @@
 
 
 /** \ingroup commandline
- *  \defgroup commandlinehelper Helpers to specialize on bool
+ *  \defgroup commandlinehelper Helpers to Specialize on \c bool
  */
 /**
  * \ingroup commandlinehelper
@@ -446,7 +446,7 @@
 
   /**
    * \ingroup commandlinehelper
-   * \brief Helper to specialize UserItem::Parse on bool
+   * \brief Helpers to specialize CommandLine::UserItem::Parse() on bool
    *
    * \param value the argument name
    * \param val the argument location
@@ -461,7 +461,7 @@
 
   /**
    * \ingroup commandlinehelper
-   * \brief Helper to specialize UserItem::GetDefault on bool
+   * \brief Helper to specialize CommandLine::UserItem::GetDefault() on bool
    *
    * \param val the argument value
    * \return the string representation of value
@@ -481,7 +481,7 @@
 
 
 /********************************************************************
- *  Implementation of templates defined above
+ *  Implementation of the templates declared above.
  ********************************************************************/
 
 namespace ns3 {