Skip to content

Commit

Permalink
Fix GRMustacheTemplate documentation: remove reference to old method …
Browse files Browse the repository at this point in the history
…[GRMustache defaultTemplateOptions]
  • Loading branch information
groue committed Jun 25, 2012
1 parent 51c8993 commit f9a918d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/classes/GRMustacheTemplate.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,9 @@
/**
Parses a template string, and returns a compiled template.
The behavior of the returned template is determined by [GRMustache defaultTemplateOptions].
@return A GRMustacheTemplate instance
@param templateString The template string
@param outError If there is an error loading or parsing template and partials, upon return contains an NSError object that describes the problem.
@see [GRMustache defaultTemplateOptions]
@since v1.11
*/
+ (id)templateFromString:(NSString *)templateString error:(NSError **)outError AVAILABLE_GRMUSTACHE_VERSION_4_0_AND_LATER;
Expand Down

0 comments on commit f9a918d

Please sign in to comment.