c3ad8ad9a85c6148d84f4af87d2a84128328b681
[alexxy/gromacs.git] / docs / doxygen / Doxyfile-user.cmakein
1 @INCLUDE               = Doxyfile-common
2
3 # These pages include documentation that does not belong to the public API
4 # documentation; exclude them from the generated documentation
5 EXCLUDE               += @CMAKE_SOURCE_DIR@/docs/doxygen/doxygen.md
6 EXCLUDE               += @CMAKE_SOURCE_DIR@/docs/doxygen/unittesting.md
7 EXCLUDE               += @CMAKE_SOURCE_DIR@/docs/doxygen/wrapperbinary.md
8 EXCLUDE               += @CMAKE_SOURCE_DIR@/docs/doxygen/simd.md
9
10 INTERNAL_DOCS          = NO
11 HIDE_UNDOC_CLASSES     = YES
12 HIDE_FRIEND_COMPOUNDS  = YES
13 WARN_LOGFILE           = doxygen-user.log
14 HTML_OUTPUT            = html-user
15
16 ALIASES               += inpublicapi="\ingroup group_publicapi"
17 ALIASES               += inlibraryapi="\ingroup group_libraryapi"
18 ALIASES               += libinternal="\internal"