81d170f1c0ad02d1aef17a7084f04a60c5bdb537
[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 EXCLUDE               += @CMAKE_SOURCE_DIR@/docs/dev-manual
7
8 INTERNAL_DOCS          = NO
9 HIDE_UNDOC_CLASSES     = YES
10 HIDE_FRIEND_COMPOUNDS  = YES
11 WARN_LOGFILE           = doxygen-user.log
12 HTML_OUTPUT            = html-user
13
14 ALIASES               += inpublicapi="\ingroup group_publicapi"
15 ALIASES               += inlibraryapi="\ingroup group_libraryapi"
16 ALIASES               += libinternal="\internal"