Skip to content

Commit

Permalink
Create Doxyfile.in
Browse files Browse the repository at this point in the history
  • Loading branch information
SpinnerX authored Sep 9, 2024
1 parent 27729ba commit 9c9a6a6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Doxyfile.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Adapted from https://github.com/xtensor-stack/xtensor/blob/master/docs/Doxyfile
PROJECT_NAME = "engine3d"
INPUT = libraries/
FILE_PATTERNS = *.h*
EXTRACT_STATIC = YES
EXCLUDE_PATTERNS = */third_party/*
HAVE_DOT = YES
OUTPUT_DIRECTORY = doxygen_output/
XML_OUTPUT = xml
GENERATE_LATEX = NO
GENERATE_MAN = NO
GENERATE_RTF = NO
CASE_SENSE_NAMES = NO
GENERATE_HTML = YES
GENERATE_XML = YES
RECURSIVE = YES
QUIET = YES
PREDEFINED = IN_DOXYGEN
EXCLUDE_SYMBOLS = detail
GENERATE_TREEVIEW = YES
SOURCE_BROWSER = YES
WARN_IF_UNDOCUMENTED = YES

0 comments on commit 9c9a6a6

Please sign in to comment.