Skip to content

Commit

Permalink
Correctly label example as C
Browse files Browse the repository at this point in the history
Fixes #688
  • Loading branch information
jakobandersen committed May 2, 2021
1 parent 9fb353a commit b1fbdaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
breathe_domain_by_file_pattern = {
"class.h" : "cpp",
"alias.h" : "c",
"array.h" : "c",
"c_*.h" : "c",
}

Expand Down

0 comments on commit b1fbdaf

Please sign in to comment.