Skip to content

Commit d27156b

Browse files
committed
COMP: Increased allowed size of doxygen.config.in
The default commented doxygen.config.in file is larger than the allowed default size for this repo.
1 parent 538f551 commit d27156b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ Modules/ThirdParty/NIFTI/src/nifti/nifti2/nifti2_io.c hooks-max-size=400000
5050
Modules/ThirdParty/VNL/src/vxl/v3p/netlib/triangle.c hooks-max-size=670000
5151
Modules/Filtering/Denoising/include/itkPatchBasedDenoisingImageFilter.hxx hooks-max-size=120000
5252
Documentation/ReleaseNotes/* hooks-max-size=300000
53-
Utilities/Doxygen/doxygen.config.in hooks-max-size=150000
53+
Utilities/Doxygen/doxygen.config.in hooks-max-size=150000
54+
Wrapping/Generators/Doc/doxygen.config.in hooks-max-size=150000
5455

5556
Modules/ThirdParty/GDCM/src/gdcm/Source/DataDictionary/gdcmPrivateDefaultDicts.cxx hooks-max-size=1021501
5657
Modules/ThirdParty/GDCM/src/gdcm/Source/DataDictionary/gdcmDefaultDicts.cxx hooks-max-size=1200000

0 commit comments

Comments
 (0)