@@ -184,17 +184,18 @@ */ - initWithKey: (KeyType)firstKey arguments: (va_list)arguments; /*! - * @brief Returns the object for the given key or nil if the key was not found. + * @brief Returns the object for the given key or `nil` if the key was not + * found. * * @warning The returned object is *not* retained and autoreleased for * performance reasons! * * @param key The key whose object should be returned - * @return The object for the given key or nil if the key was not found + * @return The object for the given key or `nil` if the key was not found */ - (nullable ObjectType)objectForKey: (KeyType)key; - (nullable ObjectType)objectForKeyedSubscript: (KeyType)key; /*!