[docs] Exclude clang-format and clang-tidy from doxygen (#6932)

This commit is contained in:
Ryan Blue
2024-08-11 02:32:39 -04:00
committed by GitHub
parent 830049b083
commit 008ebbfb77

View File

@@ -152,6 +152,9 @@ doxygen {
exclude 'Eigen/**'
exclude 'google/protobuf/**'
exclude '**/.clang-tidy'
exclude '**/.clang-format'
aliases 'effects=\\par <i>Effects:</i>^^',
'notes=\\par <i>Notes:</i>^^',
'requires=\\par <i>Requires:</i>^^',