Documentation: Breathe: Detect c/h files correctly as C Files and not C++

This commit is contained in:
Mario Hüttel 2020-08-02 22:29:18 +02:00
parent 62ea995c2d
commit d6815f8285
1 changed files with 3 additions and 0 deletions

View File

@ -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')