Documentation: Breathe: Detect c/h files correctly as C Files and not C++
This commit is contained in:
parent
62ea995c2d
commit
d6815f8285
@ -65,6 +65,9 @@ html_static_path = ['_static']
|
||||
breathe_projects = {
|
||||
"Reflow Controller Firmware": "../build/_doxygen/xml/"
|
||||
}
|
||||
|
||||
breathe_domain_by_extension = { "h" : "c",
|
||||
"c" : "c" }
|
||||
breathe_default_project = "Reflow Controller Firmware"
|
||||
breathe_default_members = ('members', 'undoc-members')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user