1
0
mirror of https://github.com/OlafvdSpek/ctemplate.git synced 2025-10-26 21:49:17 +08:00

Fri Jun 12 08:13:35 2009 Google Inc. <opensource@google.com>

* ctemplate: version 0.95 release
	* Change default namespace from google to ctemplate
	* Rename include directory from google to ctemplate
	* Remove deprecated code: template_from_string.{h,cc}
	* Remove deprecated code: modifiers in TemplateDictionary class
	* Remove last arg from StringToTemplate; use autoescape pragma instead
	* Remove template_modifiers namespace
	* Provide a script to help convert namespaces and #includes
	* TemplateDictionary constructor takes TemplateString, not string
This commit is contained in:
csilvers
2009-06-13 00:30:27 +00:00
parent 22c754e555
commit fcfb32dcf4
77 changed files with 1662 additions and 1637 deletions

View File

@@ -214,7 +214,7 @@ named <code>fill_one_search_result_dictionary</code>.)
</pre>
<p>you may call</p>
<pre>
google::TemplateDictionary *child_dict =
ctemplate::TemplateDictionary *child_dict =
dictionary->AddIncludeDictionary(kxy_MY_INCLUDED_TEMPLATE);
</pre>
<p>to iterate that section. (Note: Make sure you call