-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
19 lines (18 loc) · 948 Bytes
/
Doxyfile
File metadata and controls
19 lines (18 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This configuration file specifies how Doxygen should parse the docstrings inside the C++ source code files.
# It is used as part of the tox-automated project building workflow to generate API documentation for the library.
# Currently, this file provides the minimal configuration necessary to build the .xml documentation file that is then
# parsed and used by sphinx to render the static .html page via 'breathe' bridge.
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "ataraxis-micro-controller"
OUTPUT_DIRECTORY = docs/source/doxygen
OUTPUT_LANGUAGE = English
INPUT = src/axmc_shared_assets.h \
src/module.h \
src/kernel.h \
src/communication.h
GENERATE_XML = YES
XML_OUTPUT = xml
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = NO
PREDEFINED = PACKED_STRUCT=