aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/format_doxygen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/format_doxygen.py b/scripts/format_doxygen.py
index 43c0ff49a3..423c2bfbf9 100755
--- a/scripts/format_doxygen.py
+++ b/scripts/format_doxygen.py
@@ -84,6 +84,7 @@ if __name__ == "__main__":
for path in paths:
if (path[-3:] not in ("cpp", "inl") and
path[-2:] not in ("cl") and
+ path[-2:] not in ("cs") and
path[-1] not in ("h")):
continue