@INCLUDE = Doxyfile-common # These pages include documentation that does not belong to the public API # documentation; exclude them from the generated documentation EXCLUDE += @CMAKE_CURRENT_SOURCE_DIR@/lib INTERNAL_DOCS = NO HIDE_UNDOC_CLASSES = YES HIDE_FRIEND_COMPOUNDS = YES WARN_LOGFILE = doxygen-user.log HTML_OUTPUT = html-user ALIASES += inpublicapi="\ingroup group_publicapi" ALIASES += inlibraryapi="\ingroup group_libraryapi" ALIASES += libinternal="\internal"