Skip to content

Commit

Permalink
Correctly label example as C
Browse files Browse the repository at this point in the history
See #688
  • Loading branch information
jakobandersen authored and vermeeren committed May 4, 2021
1 parent 9fb353a commit b464559
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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
3 changes: 0 additions & 3 deletions documentation/source/specific.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ Image
Array Parameter
---------------

.. this should be switch to the C domain,
as C++ does not support these array declarators
.. doxygenfunction:: foo
:project: array

Expand Down

0 comments on commit b464559

Please sign in to comment.