Xcode gives errors for certain words in text block comments

I use Mantlein my project to serialize objects. The library is used by many, and I am sure that the errors are not related to them. When I include, Mantle.hor in particular, MTLJSONAdapter.hit gives some unrelated errors for a block of text that is enclosed in a comment inMTLJSONAdapter.h

this is a screenshot MTLJSONAdapter.hwhere errors occur:

block of text screenshot

Block of text:

/// A value transformer that should be used for a properties of the given
/// primitive type.
///
/// If `objCType` matches @encode(id), the value transformer returned by
/// +transformerForModelPropertiesOfClass: is used instead.
///
/// The default implementation transforms properties that match @encode(BOOL)
/// using the MTLBooleanValueTransformerName transformer.
///
/// objCType - The type encoding for the value of this property. This is the type
///            as it would be returned by the @encode() directive.
///
/// Returns a value transformer or nil if no transformation should be used.

and I get the following errors:

xcode errors

There #import <Mantle/Mantle.h>are no errors when deleting a row . I import the title in the class BaseModelas suggested by the library. The class is empty, however here it is for reference:

Basemodel.hBaseModel.m

, , , , - . , ?

Xcode 6.3. Mantle Cocoapods . pod install .

+4
1

, . . , , Xcode , . , - .

+2

All Articles