peoplewareDo / nativescript-svg

Nativescript plugin - support for .SVG file format
Other
70 stars 55 forks source link

"not a Doxygen trailing comment" when building for iOS #32

Closed muratcorlu closed 6 years ago

muratcorlu commented 6 years ago

After adding nativescript-svg to my project, I started to get this error. How can I fix this?

/Users/murat.corlu/works/bilibu/platforms/ios/Pods/SVGKit/Source/Parsers/SVGKParseResult.h:20:59: warning:
      not a Doxygen trailing comment [-Wdocumentation]
@property(nonatomic,strong) SVGSVGElement* rootOfSVGTree; /*< both are ...
                                                          ^~~
                                                          /**<
/Users/murat.corlu/works/bilibu/platforms/ios/Pods/SVGKit/Source/Parsers/SVGKParseResult.h:21:58: warning:
      not a Doxygen trailing comment [-Wdocumentation]
@property(nonatomic,strong) SVGDocument* parsedDocument; /*< both are n...
                                                         ^~~
                                                         /**<
6 warnings generated.
** BUILD FAILED **
muratcorlu commented 6 years ago

I noticed that, build is not failing because of these warnings. I'm closing this.