1 @INCLUDE = Doxyfile-common
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@/doxygen/doxygen.md
6 EXCLUDE += @CMAKE_SOURCE_DIR@/doxygen/unittesting.md
7 EXCLUDE += @CMAKE_SOURCE_DIR@/doxygen/wrapperbinary.md
8 EXCLUDE += @CMAKE_SOURCE_DIR@/doxygen/simd.md
11 HIDE_UNDOC_CLASSES = YES
12 HIDE_FRIEND_COMPOUNDS = YES
13 WARN_LOGFILE = doxygen-user.log
14 HTML_OUTPUT = html-user
16 ALIASES += inpublicapi="\ingroup group_publicapi"
17 ALIASES += inlibraryapi="\ingroup group_libraryapi"
18 ALIASES += libinternal="\internal"