@@ -77,21 +77,21 @@ uint8_t _rotate; unsigned long _mutations; } /*! - * The key functions used by the map table. + * @brief The key functions used by the map table. */ @property (readonly, nonatomic) of_map_table_functions_t keyFunctions; /*! - * The object functions used by the map table. + * @brief The object functions used by the map table. */ @property (readonly, nonatomic) of_map_table_functions_t objectFunctions; /*! - * The number of objects in the map table. + * @brief The number of objects in the map table. */ @property (readonly, nonatomic) size_t count; /*! * @brief Creates a new OFMapTable with the specified key and object functions.