Skip to content

Commit

Permalink
DOC: Mark misspelling SAGITAL_PLANE as [[deprecated]]
Browse files Browse the repository at this point in the history
  • Loading branch information
Leengit committed Jan 23, 2025
1 parent 8d828aa commit 2c07ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Core/Common/include/itkCommonEnums.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class OctreeEnums
UNKNOWN_PLANE, ///< The plane is Unknown
SAGITTAL_PLANE, ///< The plane is Sagittal
#if !defined(ITK_LEGACY_REMOVE)
SAGITAL_PLANE = SAGITTAL_PLANE, ///< Support misspelling
SAGITAL_PLANE [[deprecated("Use SAGITTAL_PLANE instead")]] = SAGITTAL_PLANE, ///< Support misspelling
#endif
CORONAL_PLANE, ///< The plane is Coronal
TRANSVERSE_PLANE ///< The plane is Transverse
Expand Down

0 comments on commit 2c07ff3

Please sign in to comment.