Fixed C# showing up as C in the documentation

Change-Id: Id1cc75cee07fa2d3de3e7d346f6e2641e4692968
This commit is contained in:
Wouter van Oortmerssen
2015-01-07 16:30:10 -08:00
parent b929c62c71
commit 73582b145c
4 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ var NAVTREE =
[ "Writing a schema", "md__schemas.html", null ],
[ "Use in C++", "md__cpp_usage.html", null ],
[ "Use in Go", "md__go_usage.html", null ],
[ "Use in Java/C", "md__java_usage.html", null ],
[ "Use in Java/C-sharp", "md__java_usage.html", null ],
[ "Benchmarks", "md__benchmarks.html", null ],
[ "FlatBuffers white paper", "md__white_paper.html", null ],
[ "FlatBuffer Internals", "md__internals.html", null ],