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