Remove/replace many mentions of Jenkins
[alexxy/gromacs.git] / docs / doxygen / RunDoxygen.cmake.cmakein
index d7910d366dade7af7c2e6612a76978ba6c0c585a..da8c85bd9d38c76984417303ae94edc81a212338 100644 (file)
@@ -1,7 +1,7 @@
 #
 # This file is part of the GROMACS molecular simulation package.
 #
-# Copyright (c) 2013,2014,2015, by the GROMACS development team, led by
+# Copyright (c) 2013,2014,2015,2021, 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.
@@ -62,12 +62,12 @@ if (DOXYGEN_WARNINGS)
     message("The following warnings were produced by Doxygen:")
     message("${STRIPPED_WARNINGS}")
     # Remove some useless/hard-to-suppress warnings from the file to avoid
-    # Jenkins complaining.
+    # CI complaining.
     string(REGEX REPLACE
            "warning:[^\n]*Consider increasing DOT_GRAPH_MAX_NODES.\n" ""
            DOXYGEN_WARNINGS "${DOXYGEN_WARNINGS}")
     # Add a note to the warnings that identify the documentation type that
-    # produces them.  This makes it easier to see in Jenkins if a warning type
+    # produces them.  This makes it easier to see in CI if a warning type
     # is produced only from some documentation types.
     string(REGEX REPLACE "\n" " (in doxygen-${DOCTYPE})\n"
            DOXYGEN_WARNINGS "${DOXYGEN_WARNINGS}")