Add source code documentation for node filter, tree walker, namespaces and quirks modes

This commit is contained in:
iska
2015-12-21 00:07:50 +01:00
parent f2aff5f2ce
commit 7ee8057d38
6 changed files with 192 additions and 5 deletions
+4
View File
@@ -8,6 +8,10 @@
#import "NSString+HTMLKit.h"
/**
HTML quirks modes
https://html.spec.whatwg.org/multipage/infrastructure.html#quirks-mode
*/
typedef NS_ENUM(short, HTMLQuirksMode)
{
HTMLQuirksModeNoQuirks,