Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 1 | <!-- Copyright 2015 Google Inc. All rights reserved. |
| 2 | |
| 3 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | you may not use this file except in compliance with the License. |
| 5 | You may obtain a copy of the License at |
| 6 | |
| 7 | http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | |
| 9 | Unless required by applicable law or agreed to in writing, software |
| 10 | distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | See the License for the specific language governing permissions and |
| 13 | limitations under the License. |
| 14 | --> |
| 15 | <doxygenlayout version="1.0"> |
| 16 | <navindex> |
| 17 | <tab type="mainpage" visible="no" title=""/> |
| 18 | <tab type="usergroup" url="" title="Programmer's Guide"> |
| 19 | <tab type="user" url="@ref flatbuffers_guide_building" |
| 20 | title="Building"/> |
| 21 | <tab type="user" url="@ref flatbuffers_guide_tutorial" title="Tutorial"/> |
| 22 | <tab type="user" url="@ref flatbuffers_guide_using_schema_compiler" |
| 23 | title="Using the schema compiler"/> |
| 24 | <tab type="user" url="@ref flatbuffers_guide_writing_schema" |
| 25 | title="Writing a schema"/> |
| 26 | <tab type="user" url="@ref flatbuffers_guide_use_cpp" |
| 27 | title="Use in C++"/> |
| 28 | <tab type="user" url="@ref flatbuffers_guide_use_c" |
| 29 | title="Use in C"/> |
| 30 | <tab type="user" url="@ref flatbuffers_guide_use_go" |
| 31 | title="Use in Go"/> |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame] | 32 | <tab type="user" url="@ref flatbuffers_guide_use_java" |
| 33 | title="Use in Java"/> |
| 34 | <tab type="user" url="@ref flatbuffers_guide_use_c-sharp" |
| 35 | title="Use in C#"/> |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 36 | <tab type="user" url="@ref flatbuffers_guide_use_javascript" |
| 37 | title="Use in JavaScript"/> |
| 38 | <tab type="user" url="@ref flatbuffers_guide_use_typescript" |
| 39 | title="Use in TypeScript"/> |
| 40 | <tab type="user" url="@ref flatbuffers_guide_use_php" |
| 41 | title="Use in PHP"/> |
| 42 | <tab type="user" url="@ref flatbuffers_guide_use_python" |
| 43 | title="Use in Python"/> |
| 44 | <tab type="user" url="@ref flatbuffers_guide_use_dart" |
| 45 | title="Use in Dart"/> |
| 46 | <tab type="user" url="@ref flatbuffers_guide_use_lua" |
| 47 | title="Use in Lua"/> |
| 48 | <tab type="user" url="@ref flatbuffers_guide_use_lobster" |
| 49 | title="Use in Lobster"/> |
| 50 | <tab type="user" url="@ref flatbuffers_guide_use_rust" |
| 51 | title="Use in Rust"/> |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame] | 52 | <tab type="user" url="@ref flatbuffers_guide_use_swift" |
| 53 | title="Use in Swift"/> |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 54 | <tab type="user" url="@ref flexbuffers" |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame] | 55 | title="FlexBuffers (Schema-less version)"/> |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 56 | <tab type="usergroup" url="" title="gRPC"> |
| 57 | <tab type="user" url="@ref flatbuffers_grpc_guide_use_cpp" |
| 58 | title="Use in C++"/> |
| 59 | </tab> |
| 60 | </tab> |
| 61 | <tab type="user" url="@ref flatbuffers_support" |
| 62 | title="Platform / Language / Feature support"/> |
| 63 | <tab type="user" url="@ref flatbuffers_benchmarks" |
| 64 | title="Benchmarks"/> |
| 65 | <tab type="user" url="@ref flatbuffers_white_paper" |
| 66 | title="FlatBuffers white paper"/> |
| 67 | <tab type="user" url="@ref flatbuffers_internals" |
| 68 | title="FlatBuffers internals"/> |
James Kuszmaul | 8e62b02 | 2022-03-22 09:33:25 -0700 | [diff] [blame] | 69 | <tab type="user" url="@ref intermediate_representation" |
| 70 | title="Intermediate Representation"/> |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 71 | <tab type="user" url="@ref flatbuffers_grammar" |
| 72 | title="Grammar of the schema language"/> |
| 73 | <tab type="usergroup" url="" title="API Reference"> |
| 74 | <tab type="modules" visible="yes" title="APIs" intro=""/> |
| 75 | <tab type="classes" visible="yes" title=""> |
| 76 | <tab type="classlist" visible="yes" title="" intro=""/> |
| 77 | <tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/> |
| 78 | <tab type="hierarchy" visible="yes" title="" intro=""/> |
| 79 | <tab type="classmembers" visible="yes" title="" intro=""/> |
| 80 | </tab> |
| 81 | </tab> |
| 82 | <tab type="user" url="@ref contributing" title="Contributing"/> |
| 83 | </navindex> |
| 84 | |
| 85 | <!-- Layout definition for a class page --> |
| 86 | <class> |
| 87 | <briefdescription visible="yes"/> |
| 88 | <includes visible="$SHOW_INCLUDE_FILES"/> |
| 89 | <inheritancegraph visible="$CLASS_GRAPH"/> |
| 90 | <collaborationgraph visible="$COLLABORATION_GRAPH"/> |
| 91 | <detaileddescription title=""/> |
| 92 | <memberdecl> |
| 93 | <nestedclasses visible="yes" title=""/> |
| 94 | <publictypes title=""/> |
| 95 | <services title=""/> |
| 96 | <interfaces title=""/> |
| 97 | <publicslots title=""/> |
| 98 | <signals title=""/> |
| 99 | <publicmethods title=""/> |
| 100 | <publicstaticmethods title=""/> |
| 101 | <publicattributes title=""/> |
| 102 | <publicstaticattributes title=""/> |
| 103 | <protectedtypes title=""/> |
| 104 | <protectedslots title=""/> |
| 105 | <protectedmethods title=""/> |
| 106 | <protectedstaticmethods title=""/> |
| 107 | <protectedattributes title=""/> |
| 108 | <protectedstaticattributes title=""/> |
| 109 | <packagetypes title=""/> |
| 110 | <packagemethods title=""/> |
| 111 | <packagestaticmethods title=""/> |
| 112 | <packageattributes title=""/> |
| 113 | <packagestaticattributes title=""/> |
| 114 | <properties title=""/> |
| 115 | <events title=""/> |
| 116 | <privatetypes title=""/> |
| 117 | <privateslots title=""/> |
| 118 | <privatemethods title=""/> |
| 119 | <privatestaticmethods title=""/> |
| 120 | <privateattributes title=""/> |
| 121 | <privatestaticattributes title=""/> |
| 122 | <friends title=""/> |
| 123 | <related title="" subtitle=""/> |
| 124 | <membergroups visible="yes"/> |
| 125 | </memberdecl> |
| 126 | <memberdef> |
| 127 | <inlineclasses title=""/> |
| 128 | <typedefs title=""/> |
| 129 | <enums title=""/> |
| 130 | <services title=""/> |
| 131 | <interfaces title=""/> |
| 132 | <constructors title=""/> |
| 133 | <functions title=""/> |
| 134 | <related title=""/> |
| 135 | <variables title=""/> |
| 136 | <properties title=""/> |
| 137 | <events title=""/> |
| 138 | </memberdef> |
| 139 | <allmemberslink visible="yes"/> |
| 140 | <usedfiles visible="$SHOW_USED_FILES"/> |
| 141 | <authorsection visible="yes"/> |
| 142 | </class> |
| 143 | |
| 144 | <!-- Layout definition for a namespace page --> |
| 145 | <namespace> |
| 146 | <briefdescription visible="yes"/> |
| 147 | <memberdecl> |
| 148 | <nestednamespaces visible="yes" title=""/> |
| 149 | <constantgroups visible="yes" title=""/> |
| 150 | <classes visible="yes" title=""/> |
| 151 | <typedefs title=""/> |
| 152 | <enums title=""/> |
| 153 | <functions title=""/> |
| 154 | <variables title=""/> |
| 155 | <membergroups visible="yes"/> |
| 156 | </memberdecl> |
| 157 | <detaileddescription title=""/> |
| 158 | <memberdef> |
| 159 | <inlineclasses title=""/> |
| 160 | <typedefs title=""/> |
| 161 | <enums title=""/> |
| 162 | <functions title=""/> |
| 163 | <variables title=""/> |
| 164 | </memberdef> |
| 165 | <authorsection visible="yes"/> |
| 166 | </namespace> |
| 167 | |
| 168 | <!-- Layout definition for a file page --> |
| 169 | <file> |
| 170 | <briefdescription visible="yes"/> |
| 171 | <includes visible="$SHOW_INCLUDE_FILES"/> |
| 172 | <includegraph visible="$INCLUDE_GRAPH"/> |
| 173 | <includedbygraph visible="$INCLUDED_BY_GRAPH"/> |
| 174 | <sourcelink visible="yes"/> |
| 175 | <detaileddescription title=""/> |
| 176 | <memberdecl> |
| 177 | <classes visible="yes" title=""/> |
| 178 | <namespaces visible="yes" title=""/> |
| 179 | <constantgroups visible="yes" title=""/> |
| 180 | <defines title=""/> |
| 181 | <typedefs title=""/> |
| 182 | <enums title=""/> |
| 183 | <functions title=""/> |
| 184 | <variables title=""/> |
| 185 | <membergroups visible="yes"/> |
| 186 | </memberdecl> |
| 187 | <memberdef> |
| 188 | <inlineclasses title=""/> |
| 189 | <defines title=""/> |
| 190 | <typedefs title=""/> |
| 191 | <enums title=""/> |
| 192 | <functions title=""/> |
| 193 | <variables title=""/> |
| 194 | </memberdef> |
| 195 | <authorsection/> |
| 196 | </file> |
| 197 | |
| 198 | <!-- Layout definition for a group page --> |
| 199 | <group> |
| 200 | <briefdescription visible="yes"/> |
| 201 | <groupgraph visible="$GROUP_GRAPHS"/> |
| 202 | <detaileddescription title=""/> |
| 203 | <memberdecl> |
| 204 | <nestedgroups visible="yes" title=""/> |
| 205 | <dirs visible="yes" title=""/> |
| 206 | <files visible="yes" title=""/> |
| 207 | <namespaces visible="yes" title=""/> |
| 208 | <classes visible="yes" title=""/> |
| 209 | <defines title=""/> |
| 210 | <typedefs title=""/> |
| 211 | <enums title=""/> |
| 212 | <enumvalues title=""/> |
| 213 | <functions title=""/> |
| 214 | <variables title=""/> |
| 215 | <signals title=""/> |
| 216 | <publicslots title=""/> |
| 217 | <protectedslots title=""/> |
| 218 | <privateslots title=""/> |
| 219 | <events title=""/> |
| 220 | <properties title=""/> |
| 221 | <friends title=""/> |
| 222 | <membergroups visible="yes"/> |
| 223 | </memberdecl> |
| 224 | <memberdef> |
| 225 | <pagedocs/> |
| 226 | <inlineclasses title=""/> |
| 227 | <defines title=""/> |
| 228 | <typedefs title=""/> |
| 229 | <enums title=""/> |
| 230 | <enumvalues title=""/> |
| 231 | <functions title=""/> |
| 232 | <variables title=""/> |
| 233 | <signals title=""/> |
| 234 | <publicslots title=""/> |
| 235 | <protectedslots title=""/> |
| 236 | <privateslots title=""/> |
| 237 | <events title=""/> |
| 238 | <properties title=""/> |
| 239 | <friends title=""/> |
| 240 | </memberdef> |
| 241 | <authorsection visible="yes"/> |
| 242 | </group> |
| 243 | |
| 244 | <!-- Layout definition for a directory page --> |
| 245 | <directory> |
| 246 | <briefdescription visible="yes"/> |
| 247 | <directorygraph visible="yes"/> |
| 248 | <memberdecl> |
| 249 | <dirs visible="yes"/> |
| 250 | <files visible="yes"/> |
| 251 | </memberdecl> |
| 252 | <detaileddescription title=""/> |
| 253 | </directory> |
| 254 | </doxygenlayout> |