Enable warnings for documentation comments and fix present errors

This commit is contained in:
iska
2017-10-13 22:48:16 +02:00
parent 5aa77eac9b
commit 7b028a2819
11 changed files with 26 additions and 18 deletions
-1
View File
@@ -49,7 +49,6 @@ NS_ASSUME_NONNULL_BEGIN
Initializes a new tree walker with no filter and HTMLNodeFilterShowAll show options.
@param node The root node.
@param filter The node filter to use.
@return A new instance of a tree walker.
*/
- (instancetype)initWithNode:(HTMLNode *)node;