Skip to content

Commit a79dfbe

Browse files
committed
Generate Doxygen XML output optimized for c++
1 parent 9b1fcfb commit a79dfbe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Doxyfile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ OUTPUT_DIRECTORY = @OUTPUT_DIR@
77
INPUT = @SOURCE_ROOT@/libs
88
RECURSIVE = YES
99
GENERATE_XML = YES
10-
OPTIMIZE_OUTPUT_FOR_C = YES
1110
WARN_AS_ERROR = YES
1211
EXCLUDE_PATTERNS = *test*,*stubs*,*cobszpe*,*freertos*,*posix/pal.c
1312
EXCLUDE_SYMBOLS = \

docs/api.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Common Constants
1313
Common Types
1414
------------
1515

16-
.. cpp:type:: uint8_t
17-
1816
.. doxygenstruct:: am_blk
1917
:members:
2018

docs/conf.py.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ breathe_default_project = "amast"
2525
breathe_projects = {
2626
'amast': @DOXYGEN_PATH_XML@
2727
}
28+
breathe_domain_by_extension = {
29+
"h" : "cpp",
30+
}
2831

29-
nitpick_ignore = [('ref.identifier', 'uint8_t')]
32+
nitpick_ignore = [('cpp:identifier', 'uint8_t')]
3033

3134
templates_path = ['_templates']
3235
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

0 commit comments

Comments
 (0)