@@ -33,17 +33,17 @@ FirstType _Nullable _firstObject; SecondType _Nullable _secondObject; } /*! - * The first object of the pair. + * @brief The first object of the pair. */ @property OF_NULLABLE_PROPERTY (readonly, nonatomic, retain) FirstType firstObject; /*! - * The second object of the pair. + * @brief The second object of the pair. */ @property OF_NULLABLE_PROPERTY (readonly, nonatomic, retain) SecondType secondObject; /*!