IonizationChamber/DevOps/Scripts/Doxyfile.in

19 wiersze
457 B
Plaintext
Executable File

# Doxygen configuration file template (Doxyfile.in)
INPUT = @DOXYGEN_INPUT_DIR@ # No Quotes
OUTPUT_DIRECTORY = "@DOXYGEN_OUTPUT_DIR@"
FILE_PATTERNS = "*.h"
# Search subdirectories recursively
RECURSIVE = YES
# Warn if undocumented elements are found
WARN_IF_UNDOCUMENTED = YES
WARN_NO_PARAMDOC = YES
WARN_LOGFILE = "@DOXYGEN_OUTPUT_DIR@/doxygen_warnings.log"
# Other Doxygen settings (optional)
GENERATE_HTML = NO
GENERATE_LATEX = NO
GENERATE_XML = YES