Alex Konradi
39de88cb9c
Add Optional() to the cheat sheet doc.
...
The Optional() matcher is otherwise undocumented except in the source.
This patch adds it to the cheat sheet for better visibility.
6 years ago
Sergio Valverde
58a8da64ce
ACTION table format
6 years ago
Arkady Shapkin
e6c407d605
Fix doc links
7 years ago
Arkady Shapkin
de9675986f
Update documentation to syntax highlight code
7 years ago
Piotr Kąkol
309e8a271e
Updated broken and outdated URLs
7 years ago
杜修杏
2eb4396007
Replace "…" with "..."(three dots) to fix warning C4819 in Visual Studio
7 years ago
Gennadiy Civil
0b958a03e9
Removed "Documentation.md" not adding value and not consitent with internal docs
7 years ago
Gennadiy Civil
8f87d00398
Rename AdvancedGuide.md to advanced.md and adjust the links.
...
7 years ago
Gennadiy Civil
de47b0d30c
Rename "Primer.md" to "primer.md" and adjust links. Part of the documentaion rationalzation
7 years ago
Gennadiy Civil
10e8ec2714
move only types docs
7 years ago
Xiaoyi Zhang
2eb31c185c
Add documentation for VariantWith.
7 years ago
Troy Holsapple
c8510504dd
Fixed typos
7 years ago
Carlos O'Ryan
23a014ab57
Refactor docs about contributions to CONTRIBUTING.md.
...
Per the review comments.
7 years ago
Dariusz Ostolski
ecb1c3ddb6
#1282 : Doc typo fix
7 years ago
Jonathan Wakely
b70cf1a663
Use gender-neutral pronouns in comments and docs
8 years ago
Alex Yursha
4f68ab5b84
Fix ellipsis position in examples
8 years ago
Herbert Thielen
e033d8c73d
change links from former code.google.com to current github repository
8 years ago
Herbert Thielen
bb8399e1ba
use plural verb as mentioned in issue #1105
8 years ago
Herbert Thielen
29c07aa9db
remove Yob's comma mentioned in issue #1105
8 years ago
Herbert Thielen
dc7214f222
say "former version" instead of "released version"
8 years ago
Herbert Thielen
ec19d455bc
fix links to Google C++ Style Guide
8 years ago
Herbert Thielen
6b89677481
remove doc of former versions
...
The documentation of former versions is available in the history (e.g.
by checking out the appropriate git tags), so there is no need to keep
them in parallel to the current documentation.
8 years ago
Herbert Thielen
58b42274c0
remove obsolete reference to SVN trunk and fix link to pump manual
8 years ago
Jose Nino
5c279131db
docs: fix broken link
8 years ago
Carlos O'Ryan
0ffd8629c9
More tables that did not render correctly.
8 years ago
Carlos O'Ryan
2fcbc0c1ab
Remove silly claim that C++ lacks lambdas.
...
The document itself uses lambdas later, all the scaffolding to
work around lack of lambdas should be considered for removal, but
that is much larger an effort than I can commit to.
8 years ago
Carlos O'Ryan
f20797bd8d
Same fixes for "current" version.
8 years ago
Carlos O'Ryan
1dde1eed38
Fix typos too s/destoyed/destroyed/
8 years ago
Carlos O'Ryan
280b22708c
Fix table formatting.
...
The markdown was not working for a small table, fixed.
8 years ago
Jose Nino
38ec2a1df6
docs: fix broken link from dummies guide to cook book
8 years ago
Dawid Kurek
51d92b2ccb
Replace html entities with their equivalents
8 years ago
Simon Glass
0fdf78b966
Fix a few documentation nits in the mock dummies guide
...
Add a hyphen to 'ad hoc' and change 'distance' to plural.
8 years ago
bartshappee
bef93f32c1
Fix small typo SeArrayArgument
...
SeArrayArgument => SetArrayArgument
8 years ago
Gallaecio
194e3c8102
Fix WhenSorted() documentation example
9 years ago
Marco Molteni
8ce0b5907c
Cookbok: fix broken relative link
9 years ago
Marzo Sette Torres Junior
f700442db3
Clarifying language
...
The old language might mislead someone into thinking that the access level on the base class itself was changed.
9 years ago
Paul Hadfield
0098be394a
Fix typo (Inovke -> Invoke)
9 years ago
Paul Wilkinson
83d3b47acf
Fix formatting in AdvancedGuide.md
...
Put occurrences of "#include" in a code span so they are not interpreted
as headers.
Other documents were not broken because the #include was not at the
start of the line, but put them in code spans anyway just in case the
text gets refilled in the future.
9 years ago
Paul Rosset
a470862dbe
fixed link in googlemock documentation
9 years ago
Billy Donahue
67f6188c8f
move ProjectHome files into root
10 years ago
Billy Donahue
affb09edf0
move googlemock files into googlemock/ subdir
10 years ago