some small fixes
authorTommaso Pecorella <tommaso.pecorella@unifi.it>
Wed, 11 Nov 2015 21:52:39 -0800
changeset 11763 59d0e8916e1f
parent 11762 58a970a9eb2e
child 11764 cfec4dc399f5
some small fixes
src/core/model/log.cc
utils/print-introspected-doxygen.cc
--- a/src/core/model/log.cc	Wed Nov 11 21:46:04 2015 -0800
+++ b/src/core/model/log.cc	Wed Nov 11 21:52:39 2015 -0800
@@ -484,7 +484,7 @@
 }
 
 /**
- * \ingroup
+ * \ingroup logging
  * Check if a log component exists.
  * This is private to the logging implementation.
  *
@@ -511,6 +511,7 @@
 }
 
 /**
+ * \ingroup logging
  * Parse the \c NS_LOG environment variable.
  * This is private to the logging implementation.
  */
--- a/utils/print-introspected-doxygen.cc	Wed Nov 11 21:46:04 2015 -0800
+++ b/utils/print-introspected-doxygen.cc	Wed Nov 11 21:52:39 2015 -0800
@@ -879,7 +879,7 @@
       { "Box",            "Box",            true,  "box.h"              },
       { "DataRate",       "DataRate",       true,  "data-rate.h"        },
       { "HtCapabilities", "HtCapabilities", true,  "ht-capabilities.h"  },
-      { "IeMeshId",       "IeMeshId",       true,  "id-dot11s-id.h"     },
+      { "IeMeshId",       "IeMeshId",       true,  "ie-dot11s-id.h"     },
       { "Ipv4Address",    "Ipv4Address",    true,  "ipv4-address.h"     },
       { "Ipv4Mask",       "Ipv4Mask",       true,  "ipv4-address.h"     },
       { "Ipv6Address",    "Ipv6Address",    true,  "ipv6-address.h"     },
@@ -908,7 +908,7 @@
       { "Enum",           "int",            false, "enum.h"             },
       { "Integer",        "int64_t",        false, "integer.h"          },
       { "Pointer",        "Pointer",        false, "pointer.h"          },
-      { "RandomVariable", "RandomVariable", true,  "random-variable.h"  },
+      { "RandomVariable", "RandomVariable", true,  "random-variable-stream.h"  },
       { "String",         "std::string",    false, "string.h"           },
       { "Time",           "Time",           true,  "nstime.h"           },
       { "Uinteger",       "uint64_t",       false, "uinteger.h"         },