--- 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 {