Skip to content

Commit

Permalink
fixed missing doc for param
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Dec 18, 2013
1 parent 1059330 commit 944df7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Source/DTCSSStylesheet.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
@param element The HTML element.
@param matchedSelectors The CSS selectors that caused a match
@param ignoreInlineStyle If `YES` then the inline styles of the element will be ignored and only the receiver's styles used
@returns The merged style dictionary containing only styles which selector matches the element
*/
- (NSDictionary *)mergedStyleDictionaryForElement:(DTHTMLElement *)element matchedSelectors:(NSSet **)matchedSelectors ignoreInlineStyle:(BOOL)ignoreInlineStyle;
Expand Down

0 comments on commit 944df7e

Please sign in to comment.