Skip to content
Snippets Groups Projects
Commit 1b6e5461 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

WorkDir: Add doxygen configuration

Add a doxygen configuration file such that building the `doc` target
will create the doxygen pages of all locally selected packages as
explained in atlas/atlasexternals!345 and ATLINFR-1843.
parent 65b6536d
No related branches found
No related tags found
No related merge requests found
# Doxygen configuration for the WorkDir project.
# Building the 'doc' target will create the doxygen pages for locally selected packges.
# Similar settings are used as for the "official" ATLAS doxygen pages.
#
PROJECT_NAME = "ATLAS Offline Software"
INPUT = @CMAKE_SOURCE_DIR@ @SELECTED_PACKAGES@
STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@
STRIP_FROM_INC_PATH = @SELECTED_PACKAGES@
OUTPUT_DIRECTORY = @CMAKE_BINARY_DIR@/docs
INLINE_INHERITED_MEMB = YES
JAVADOC_AUTOBRIEF = YES
QT_AUTOBRIEF = YES
BUILTIN_STL_SUPPORT = YES
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
RECURSIVE = YES
SOURCE_BROWSER = YES
INLINE_SOURCES = YES
GENERATE_LATEX = NO
DOT_PATH = @GRAPHVIZ_DIR@/bin
HAVE_DOT = YES
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment