Skip to content

Commit

Permalink
fix c++ detection
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 13, 2024
1 parent 95053b5 commit f2bf1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def countfiles(lang):
'Makefile': ['Unity', 'wasi-libc', 'node_modules'],
'Python': ['Unity', 'docs'],
'C': ['c/Unity', 'c/wasi-libc', 'cplusplus'],
'C++': ['c', 'cplusplus/Unity'],
'C++': ['c/', 'cplusplus/Unity'],
'C#': [],
'Java': [],
'JavaScript': ['node_modules', 'dist', 'target'],
Expand Down

0 comments on commit f2bf1dd

Please sign in to comment.