mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
14 lines
404 B
Text
14 lines
404 B
Text
|
|
# Doxyfile 1.9.1
|
||
|
|
|
||
|
|
# This file describes the settings to be used by the documentation system
|
||
|
|
# doxygen (www.doxygen.org) for a project.
|
||
|
|
|
||
|
|
# Difference with default Doxyfile 1.9.1
|
||
|
|
PROJECT_NAME = OpenMC
|
||
|
|
QUIET = YES
|
||
|
|
WARN_IF_UNDOCUMENTED = NO
|
||
|
|
INPUT = ../../include/openmc/capi.h
|
||
|
|
GENERATE_HTML = NO
|
||
|
|
GENERATE_LATEX = NO
|
||
|
|
GENERATE_XML = YES
|