diff options
author | Mikkel Fahnøe Jørgensen <mikkel@dvide.com> | 2016-04-07 18:52:00 +0200 |
---|---|---|
committer | Mikkel Fahnøe Jørgensen <mikkel@dvide.com> | 2016-04-07 18:52:00 +0200 |
commit | 7d396bc2e75c25062e9084efb7f740e28fa86eb9 (patch) | |
tree | 4479905f9645002a8de9933cf8bdf888c9b78d95 /docs/source/FlatBuffers.md | |
parent | 1db9783bfc2f08fd86d710eb4b936829af842442 (diff) | |
download | flatbuffers-7d396bc2e75c25062e9084efb7f740e28fa86eb9.tar.gz flatbuffers-7d396bc2e75c25062e9084efb7f740e28fa86eb9.tar.bz2 flatbuffers-7d396bc2e75c25062e9084efb7f740e28fa86eb9.zip |
Update C documentation with supported MSVC versions, and other minor updates.
Diffstat (limited to 'docs/source/FlatBuffers.md')
-rw-r--r-- | docs/source/FlatBuffers.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/FlatBuffers.md b/docs/source/FlatBuffers.md index 7da09903..46d4c120 100644 --- a/docs/source/FlatBuffers.md +++ b/docs/source/FlatBuffers.md @@ -4,9 +4,9 @@ FlatBuffers {#flatbuffers_index} # Overview {#flatbuffers_overview} [FlatBuffers](@ref flatbuffers_overview) is an efficient cross platform -serialization library for C++, C#, C, Go, Java, JavaScript, PHP, and Python -(Ruby and Swift in progress). It was originally created at Google for game -development and other performance-critical applications. +serialization library for C++, C#, C, Go, Java, JavaScript, PHP, and Python. +It was originally created at Google for game development and other +performance-critical applications. It is available as Open Source on [GitHub](http://github.com/google/flatbuffers) under the Apache license, v2 (see LICENSE.txt). |