New issue 83 by e...@siliconforks.com: doc/index.html out of date
http://code.google.com/p/google-ctemplate/issues/detail?id=83
The example here:
http://google-ctemplate.googlecode.com/svn/trunk/doc/index.html
Does not match the example here:
http://code.google.com/p/google-ctemplate/
The former calls the (nonexistent) function ctemplate::Expand(), while the
latter (correctly) calls ctemplate::ExpandTemplate().
(There is also another minor difference: doc/index.html calls random()
instead of the more standard rand()).
Comment #1 on issue 83 by csilv...@gmail.com: doc/index.html out of date
http://code.google.com/p/google-ctemplate/issues/detail?id=83
Thanks for the report! I'll fix up doc/index.html to match what's on the
homepage.
Comment #2 on issue 83 by csilv...@gmail.com: doc/index.html out of date
http://code.google.com/p/google-ctemplate/issues/detail?id=83
This should be fixed in ctemplate-1.1, just released.