Documentation: Breathe: Detect c/h files correctly as C Files and not C++
This commit is contained in:
@@ -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')
|
||||
|
||||
|
Reference in New Issue
Block a user