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_CURRENT_SOURCE_DIR@/lib
8 HIDE_UNDOC_CLASSES = YES
9 HIDE_FRIEND_COMPOUNDS = YES
10 WARN_LOGFILE = doxygen-user.log
11 HTML_OUTPUT = html-user
13 ALIASES += inpublicapi="\ingroup group_publicapi"
14 ALIASES += inlibraryapi="\ingroup group_libraryapi"
15 ALIASES += libinternal="\internal"