File: groups

package info (click to toggle)
golang-github-google-flatbuffers 24.12.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,704 kB
  • sloc: cpp: 53,217; python: 6,900; cs: 5,566; java: 4,370; php: 1,460; javascript: 1,061; xml: 1,016; sh: 886; makefile: 13
file content (23 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/// @defgroup flatbuffers_cpp_api C++ API
/// @brief FlatBuffers API for C++

/// @defgroup flatbuffers_csharp_api C# API
/// @brief FlatBuffers API for C#

/// @defgroup flatbuffers_go_api Go API
/// @brief FlatBuffers API for Go

/// @defgroup flatbuffers_java_api Java API
/// @brief FlatBuffers API for Java

/// @defgroup flatbuffers_javascript_api JavaScript API
/// @brief FlatBuffers API for JavaScript

/// @defgroup flatbuffers_typescript_api TypeScript API
/// @brief FlatBuffers API for TypeScript

/// @defgroup flatbuffers_php_api PHP API
/// @brief FlatBuffers API for PHP

/// @defgroup flatbuffers_python_api Python API
/// @brief FlatBuffers API for Python