Change naming convention for C++ interfaces
[alexxy/gromacs.git] / src / gromacs / commandline.h
index 2b1c2df26f50f6d4814de56aa54d84186b84caa0..4032c29882ee3256f7e14500ba7da9b37230d6d2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2012,2013,2014, by the GROMACS development team, led by
+ * Copyright (c) 2012,2013,2014,2015, 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.
@@ -47,8 +47,8 @@
  *  - Helper classes/functions for implementing the %main() function.
  *    See \ref page_usinglibrary for an overview of those available for user
  *    programs.  These are declared in cmdlineinit.h
- *    (gmx::CommandLineModuleInterface is declared in cmdlinemodule.h and
- *    gmx::CommandLineOptionsInterface in cmdlineoptionsmodule.h).
+ *    (gmx::ICommandLineModule is declared in cmdlinemodule.h and
+ *    gmx::ICommandLineOptions in cmdlineoptionsmodule.h).
  *    \if libapi
  *
  *    Additionally, for internal \Gromacs use, gmx::CommandLineModuleManager