Improve include dependency script
[alexxy/gromacs.git] / src / testutils / integrationtests.h
index 6e3991b035822f9e7a1807eaf7471232069c0c88..a610e5c7e4bcd4852ce32d8ebda1eb7e3d7f5089 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2013, by the GROMACS development team, led by
+ * Copyright (c) 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.
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-/*! \internal \file
+/*! \libinternal \file
  * \brief
  * Declares test fixture for integration tests
  *
  * \author Mark Abraham <mark.j.abraham@gmail.com>
+ * \inlibraryapi
  * \ingroup module_testutils
  */
 #ifndef GMX_INTEGRATION_TESTS_MODULETEST_H
@@ -57,6 +58,7 @@ namespace test
  *
  * Any method in this class may throw std::bad_alloc if out of memory.
  *
+ * \inlibraryapi
  * \ingroup module_testutils
  */
 class IntegrationTestFixture : public ::testing::Test