@@ -35,23 +35,23 @@ SecondType _Nullable _secondObject; ThirdType _Nullable _thirdObject; } /*! - * The first object of the triple. + * @brief The first object of the triple. */ @property OF_NULLABLE_PROPERTY (readonly, nonatomic, retain) FirstType firstObject; /*! - * The second object of the triple. + * @brief The second object of the triple. */ @property OF_NULLABLE_PROPERTY (readonly, nonatomic, retain) SecondType secondObject; /*! - * The third object of the triple. + * @brief The third object of the triple. */ @property OF_NULLABLE_PROPERTY (readonly, nonatomic, retain) ThirdType thirdObject; /*!