From ecba36658ab19c57c6e02f64471fe64d6977e67c Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Sun, 9 Jul 2017 21:51:47 +0300 Subject: [PATCH] Aplit Functor Types to Types and Functor types --- .../Set_movable_separability_2/Concepts/CastingTraits_2.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Set_movable_separability_2/doc/Set_movable_separability_2/Concepts/CastingTraits_2.h b/Set_movable_separability_2/doc/Set_movable_separability_2/Concepts/CastingTraits_2.h index 9cdbd050278..f67bf8ba17b 100644 --- a/Set_movable_separability_2/doc/Set_movable_separability_2/Concepts/CastingTraits_2.h +++ b/Set_movable_separability_2/doc/Set_movable_separability_2/Concepts/CastingTraits_2.h @@ -15,12 +15,17 @@ class CastingTraits_2 { public: - /// \name Functor Types + /// \name Types /// @{ //! The direction type. Models the concept `Kernel::Direction_2`. typedef unspecified_type Direction_2; + /// @} + + /// \name Functor Types + /// @{ + //! Models the concept `Kernel::Counterclockwise_in_between_2`. typedef unspecified_type Counterclockwise_in_between_2;