Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / utility / messagestringcollector.h
index fd0df427a74b46747f61358f4825ec89e06b36c5..b78af98447bb56236e563560cbda4d3852f0705c 100644 (file)
@@ -1,10 +1,10 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2011,2012, by the GROMACS development team, led by
- * David van der Spoel, Berk Hess, Erik Lindahl, and including many
- * others, as listed in the AUTHORS file in the top-level source
- * directory and at http://www.gromacs.org.
+ * Copyright (c) 2011,2012,2013,2014, by the GROMACS development team, led by
+ * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
+ * and including many others, as listed in the AUTHORS file in the
+ * top-level source directory and at http://www.gromacs.org.
  *
  * GROMACS is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
@@ -45,7 +45,7 @@
 
 #include <string>
 
-#include "../utility/common.h"
+#include "gromacs/utility/common.h"
 
 namespace gmx
 {
@@ -104,8 +104,8 @@ class MessageStringCollector
          *
          * \returns true if append() has been called at least once.
          *
-         * The return value is identical to \c toString().empty().
-         * Calls to startContext()/finishContext() only do not cause this
+         * The return value is identical to `toString().empty()`.
+         * Calls to startContext() or finishContext() only do not cause this
          * function to return true.
          */
         bool isEmpty() const;
@@ -139,7 +139,7 @@ class MessageStringCollector
        // <more processing>
        return bOk;
    }
* \endcode
  \endcode
  *
  * \see MessageStringCollector
  * \inlibraryapi