Move thread_mpi to src/external/
[alexxy/gromacs.git] / doxygen / Doxyfile-common.cmakein
index 580039ea2e1ebd38ed20598fea9752fd6a363899..344173026f4fdf01f0bec29d7ffc6eeeacd7179f 100644 (file)
@@ -13,7 +13,6 @@ RECURSIVE              = YES
 EXCLUDE                = @CMAKE_SOURCE_DIR@/doxygen/examples \
                          @CMAKE_SOURCE_DIR@/src/contrib \
                          @CMAKE_SOURCE_DIR@/src/external \
-                         @CMAKE_SOURCE_DIR@/src/gromacs/legacyheaders/thread_mpi/atomic \
                          @CMAKE_SOURCE_DIR@/src/gromacs/selection/parser.cpp \
                          @CMAKE_SOURCE_DIR@/src/gromacs/selection/parser.h \
                          @CMAKE_SOURCE_DIR@/src/gromacs/selection/scanner.cpp @NB_KERNEL_DIRS_TO_IGNORE_IN_DOXYGEN@
@@ -34,7 +33,8 @@ ENABLED_SECTIONS       = @DOXYGEN_SECTIONS@
 MACRO_EXPANSION        = YES
 # Extract documentation also for code in headers within #ifdef __cplusplus
 PREDEFINED             = __cplusplus
-# This is for thread_mpi to #ifdef some code out that should not be documented.
+# This is for cases where \cond does not work, so that #ifndef can also be used.
+# thread_mpi also uses this, but it is now excluded from the documentation.
 PREDEFINED            += DOXYGEN
 # This makes 'static gmx_inline' functions appear better in the documentation.
 PREDEFINED            += gmx_inline=inline