View | Details | Raw Unified | Return to bug 938
Collapse All | Expand All

(-)a/src/core/model/log.cc (-1 / +2 lines)
 Lines 484-490    Link Here 
484
}
484
}
485
485
486
/**
486
/**
487
 * \ingroup
487
 * \ingroup logging
488
 * Check if a log component exists.
488
 * Check if a log component exists.
489
 * This is private to the logging implementation.
489
 * This is private to the logging implementation.
490
 *
490
 *
 Lines 511-516    Link Here 
511
}
511
}
512
512
513
/**
513
/**
514
 * \ingroup logging
514
 * Parse the \c NS_LOG environment variable.
515
 * Parse the \c NS_LOG environment variable.
515
 * This is private to the logging implementation.
516
 * This is private to the logging implementation.
516
 */
517
 */
(-)a/utils/print-introspected-doxygen.cc (-2 / +2 lines)
 Lines 863-869    Link Here 
863
      { "Box",            "Box",            true,  "box.h"              },
863
      { "Box",            "Box",            true,  "box.h"              },
864
      { "DataRate",       "DataRate",       true,  "data-rate.h"        },
864
      { "DataRate",       "DataRate",       true,  "data-rate.h"        },
865
      { "HtCapabilities", "HtCapabilities", true,  "ht-capabilities.h"  },
865
      { "HtCapabilities", "HtCapabilities", true,  "ht-capabilities.h"  },
866
      { "IeMeshId",       "IeMeshId",       true,  "id-dot11s-id.h"     },
866
      { "IeMeshId",       "IeMeshId",       true,  "ie-dot11s-id.h"     },
867
      { "Ipv4Address",    "Ipv4Address",    true,  "ipv4-address.h"     },
867
      { "Ipv4Address",    "Ipv4Address",    true,  "ipv4-address.h"     },
868
      { "Ipv4Mask",       "Ipv4Mask",       true,  "ipv4-address.h"     },
868
      { "Ipv4Mask",       "Ipv4Mask",       true,  "ipv4-address.h"     },
869
      { "Ipv6Address",    "Ipv6Address",    true,  "ipv6-address.h"     },
869
      { "Ipv6Address",    "Ipv6Address",    true,  "ipv6-address.h"     },
 Lines 892-898    Link Here 
892
      { "Enum",           "int",            false, "enum.h"             },
892
      { "Enum",           "int",            false, "enum.h"             },
893
      { "Integer",        "int64_t",        false, "integer.h"          },
893
      { "Integer",        "int64_t",        false, "integer.h"          },
894
      { "Pointer",        "Pointer",        false, "pointer.h"          },
894
      { "Pointer",        "Pointer",        false, "pointer.h"          },
895
      { "RandomVariable", "RandomVariable", true,  "random-variable.h"  },
895
      { "RandomVariable", "RandomVariable", true,  "random-variable-stream.h"  },
896
      { "String",         "std::string",    false, "string.h"           },
896
      { "String",         "std::string",    false, "string.h"           },
897
      { "Time",           "Time",           true,  "nstime.h"           },
897
      { "Time",           "Time",           true,  "nstime.h"           },
898
      { "Uinteger",       "uint64_t",       false, "uinteger.h"         },
898
      { "Uinteger",       "uint64_t",       false, "uinteger.h"         },

Return to bug 938