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 -1
View File
@@ -79,7 +79,7 @@
/**
Checks whether an element with the given tag name is in the stack.
@param tagname The element's tag name.
@param tagName The element's tag name.
@return `YES` if such an element is in the stack, `NO` otherwise.
*/
- (BOOL)containsElementWithTagName:(NSString *)tagName;