Fix doxygen for MessageStringCollector
authorMark Abraham <mark.j.abraham@gmail.com>
Wed, 21 Apr 2021 08:37:01 +0000 (10:37 +0200)
committerArtem Zhmurov <zhmurov@gmail.com>
Wed, 21 Apr 2021 10:17:10 +0000 (10:17 +0000)
Refs #4004

src/gromacs/utility/messagestringcollector.h

index dff7895b576945f939883226ffe1301a131815bd..8b1595fd4330ea6a170789ba9c015b2a5e75309d 100644 (file)
@@ -99,13 +99,13 @@ public:
     void clear();
 
     /*! \brief
-     * Returns true if any messages have been added.
+     * Returns false if any messages have been added.
      *
-     * \returns true if append() has been called at least once.
+     * \returns false if append() has been called at least once.
      *
      * The return value is identical to `toString().empty()`.
-     * Calls to startContext() or finishContext() only do not cause this
-     * function to return true.
+     * Calls to startContext() or finishContext() do not affect the
+     * return value of this function.
      */
     bool isEmpty() const;
     /*! \brief