diff options
Diffstat (limited to 'googletest/docs/Documentation.md')
-rw-r--r-- | googletest/docs/Documentation.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/googletest/docs/Documentation.md b/googletest/docs/Documentation.md index 8ca1aac..1e4c5c5 100644 --- a/googletest/docs/Documentation.md +++ b/googletest/docs/Documentation.md @@ -1,6 +1,8 @@ -This page lists all documentation wiki pages for Google Test **(the SVN trunk version)** --- **if you use a released version of Google Test, please read the -documentation for that specific version instead.** +This page lists all documentation markdown files for Google Test **(the +current git version)** +-- **if you use a former version of Google Test, please read the +documentation for that specific version instead (e.g. by checking out +the respective git branch/tag).** * [Primer](Primer.md) -- start here if you are new to Google Test. * [Samples](Samples.md) -- learn from examples. @@ -11,4 +13,4 @@ documentation for that specific version instead.** To contribute code to Google Test, read: * [DevGuide](DevGuide.md) -- read this _before_ writing your first patch. - * [PumpManual](PumpManual.md) -- how we generate some of Google Test's source files.
\ No newline at end of file + * [PumpManual](PumpManual.md) -- how we generate some of Google Test's source files. |