Commit Graph

17 Commits

Author SHA1 Message Date
Matthew Haughton 3fdedd405b UserGuide formatting fix (#1045)
* UserGuide formatting fix

* UserGuide formatting fixes
2017-03-21 11:14:47 -07:00
inder123 791236ac79 Fixed https://github.com/google/gson/issues/958 2016-11-14 21:21:24 -08:00
Jake Wharton a786628318 Version is actually 2.8.0 2016-11-08 11:17:33 -05:00
Greg Koblanski (melquiades) 9a2d8a20a4 Update gson version used in the Maven example 2016-11-08 16:13:31 +00:00
inder123 28c8e1c29b Updated to 2.7 2016-06-14 17:07:51 -07:00
Nth Circle 1bffde09ed Typo
Changed "Serialiers" to "Serializers"
2016-05-07 20:48:54 -07:00
zzz40500 71ee0e3759 Documentation Error
String anotherStr = gson.fromJson("[\"abc\"]", String.class); => String[] anotherStr = gson.fromJson("[\"abc\"]", String[].class);
2016-04-24 01:36:52 +08:00
Ryan Scheidter 4f031a4e78 UserGuide Grammar Corrections 2016-04-05 09:20:14 -05:00
inder123 956f59fd59 2.6.2 2016-02-26 19:03:37 -08:00
Jonathan Paugh bad5cc8047 Collapse bullets into a paragraph
The section entitled "Collections Limitations" contains 3 bullets, but one semantic point.

Make this point in a paragraph instead of a bullet list.
2016-02-22 15:30:29 -06:00
jwilson 0ae177fefb Update docs for Gson 2.6.1. 2016-02-11 23:17:00 -05:00
Misha Brukman 883fbd0a16 Added language annotations to code blocks.
This enables GitHub to do proper syntax highlighting, thus improving the
readability of multi-line code blocks. As a result, some changes were required
to make the code blocks syntactically correct, since they're actually parsed by
language-aware parsers; primarily, this meant inserting comments.
2015-11-27 18:40:04 -05:00
Misha Brukman b4ca41aafe Docs fixes: markdown, links, formatting.
* Removed extra spacing after bullets in list
* Removed extra blank lines; fixed indentation
* Fixed all links (including examples) to code.google.com to use github.com
  instead; deep links to code.google.com redirect to top-level GitHub project
  page, thus rendering them useless
* Removed extra strings in Markdown link targets
* Fixed capitalization and grammar
* Added more code formatting
2015-11-27 17:13:19 -05:00
Misha Brukman 14e53cf7d4 Added code formatting; removed HTML tags.
Also fixed minor grammar issues.
2015-11-27 15:45:21 -05:00
inder123 f642395949 added maven instructions 2015-11-24 17:55:40 -08:00
inder123 594cb33b5f Fixed ToC 2015-11-24 13:57:20 -08:00
inder123 4e1c352261 Imported User Guide from Google Sites 2015-11-24 13:46:45 -08:00