]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/StatHist.h
Maintenance: Remove FIXME and \todo labels (#647)
[thirdparty/squid.git] / src / StatHist.h
index 9b80cf14e6578a1855b86fd078ae2072a996247f..d4be63f096ab66cca260f7064e83f3b42388ed7b 100644 (file)
@@ -29,9 +29,9 @@ public:
      * \note the default constructor doesn't fully initialize.
      *       you have to call one of the *init functions to specialize the
      *       histogram
-     * \todo merge functionality from the *init functions to the constructor and
+     * TODO: merge functionality from the *init functions to the constructor and
      *       drop these
-     * \todo specialize the class in a small hierarchy so that all
+     * TODO: specialize the class in a small hierarchy so that all
      *       relevant initializations are done at build-time
      */
     StatHist() = default;