# HG changeset patch # User Tommaso Pecorella # Date 1432284975 -7200 # Parent 1c3de04836e34214fa16bb023bef00bdbce6a802 Doxygen fixes diff --git a/src/core/model/log.cc b/src/core/model/log.cc --- a/src/core/model/log.cc +++ b/src/core/model/log.cc @@ -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. */ diff --git a/utils/print-introspected-doxygen.cc b/utils/print-introspected-doxygen.cc --- a/utils/print-introspected-doxygen.cc +++ b/utils/print-introspected-doxygen.cc @@ -863,7 +863,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" }, @@ -892,7 +892,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" },