[docs] Exclude eigen and protobuf from doxygen (#5871)

They take up a significant portion of the generated output (protobuf ~55MB, eigen ~119MB).
This commit is contained in:
Ryan Blue
2023-11-04 10:54:48 -04:00
committed by GitHub
parent f1a82828fe
commit 87a8a1ced4

View File

@@ -144,6 +144,10 @@ doxygen {
exclude '*.pb.h'
// Save space by excluding protobuf and eigen
exclude 'Eigen/**'
exclude 'google/protobuf/**'
aliases 'effects=\\par <i>Effects:</i>^^',
'notes=\\par <i>Notes:</i>^^',
'requires=\\par <i>Requires:</i>^^',