Updated doxyfile - added missing files (#5824)
authorYurii Nakonechnyi <inobelar@gmail.com>
Fri, 20 Mar 2020 17:13:47 +0000 (19:13 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Mar 2020 17:13:47 +0000 (10:13 -0700)
Added missing Java/C#/Switft files - that fixes references to them. Removed non-existent "JavaCsharpUsage.md".

docs/source/doxyfile

index b381e3d..3a5bd98 100644 (file)
@@ -753,7 +753,9 @@ INPUT = "FlatBuffers.md" \
         "CUsage.md" \
         "DartUsage.md" \
         "GoUsage.md" \
-        "JavaCsharpUsage.md" \
+        "JavaUsage.md" \
+        "CsharpUsage.md" \
+        "SwiftUsage.md" \
         "JavaScriptUsage.md" \
         "TypeScriptUsage.md" \
         "PHPUsage.md" \