]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/base/InstanceId.h
Maintenance: Remove FIXME and \todo labels (#647)
[thirdparty/squid.git] / src / base / InstanceId.h
index 8059e6892f682f7f04613bf14f2501b56ed3f5f9..da2e036df02b013d8349e5c16006cfe38a2b0405 100644 (file)
@@ -40,7 +40,7 @@ typedef unsigned int InstanceIdDefaultValueType;
  *   - useful for debugging and insecure request/response matching;
  *   - sequential IDs within a class except when wrapping;
  *   - always positive IDs.
- *  \todo: add creation/destruction debugging?
+ * TODO: add creation/destruction debugging?
  */
 template <class Class, class ValueType = InstanceIdDefaultValueType>
 class InstanceId