Skip to content

Commit

Permalink
Rebuild API documentation
Browse files Browse the repository at this point in the history
Summary:
This diff is generated by

```
cd thrift/website && ./rebuild_api_docs
```

Reviewed By: iahs

Differential Revision: D45956174

fbshipit-source-id: 6e3ea8450b6516437af393cc34e7d52fbd347ad3
  • Loading branch information
TJ Yin authored and facebook-github-bot committed May 17, 2023
1 parent aa41406 commit 67aa54f
Show file tree
Hide file tree
Showing 831 changed files with 26,574 additions and 13,995 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@ import styles from './HomepageFeatures.module.css';
const FeatureList = [
{
title: 'Extensive',
imageUrl: 'img/toolgear.png',
imageWidth: '250px',
imageUrl: 'img/book.jpg',
imageWidth: '300px',
description: (
<>
Contains over 750 C++ libraries, from data structures to logging to concurrency.
</>
),
},
{
title: 'Performance',
imageUrl: 'img/server.jpeg',
imageWidth: '300px',
title: 'Open Source',
imageUrl: 'img/meta_oss.svg',
imageWidth: '400px',
description: (
<>
Designed for and executed on Meta&#39;s enormous fleet, folly focuses on
server performance.
Check out folly on <a href="https://github.com/facebook/folly">GitHub</a>.
</>
),
},
{
title: 'Open Source',
imageUrl: 'img/meta_oss.svg',
imageWidth: '400px',
title: 'Performant',
imageUrl: 'img/row.jpg',
imageWidth: '300px',
description: (
<>
Check out folly on <a href="https://github.com/facebook/folly">GitHub</a>.
Designed for and executed on Meta&#39;s enormous fleet, folly focuses on
server performance.
</>
),
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"column": "1",
"bodyfile": "fbcode/thrift/lib/cpp2/op/DeterministicAccumulator.h",
"bodystart": "252",
"bodyend": "271"
"bodyend": "272"
},
"definition": {
"simple_html": "template &lt;typename T&gt;\nvoid combine(const T&amp; val)",
Expand Down Expand Up @@ -438,12 +438,12 @@
}
},
{
"refid": "classapache_1_1thrift_1_1op_1_1DeterministicAccumulator_1a04496de02e317e03d4d71116b37470b4",
"refid": "classapache_1_1thrift_1_1op_1_1DeterministicAccumulator_1a20733bcd9bfa17b8942ba9b601fbe402",
"prot": "private",
"static": "no",
"mutable": "no",
"type_html": "std::stack&lt; Context &gt;",
"definition_html": "std::stack&lt;Context&gt; apache::thrift::op::DeterministicAccumulator&lt; HasherGenerator &gt;::context_",
"type_html": "std::stack&lt; Context, std::vector&lt; Context &gt; &gt;",
"definition_html": "std::stack&lt;Context, std::vector&lt;Context&gt; &gt; apache::thrift::op::DeterministicAccumulator&lt; HasherGenerator &gt;::context_",
"argsstring_html": "",
"name_html": "context_",
"location": {
Expand Down Expand Up @@ -808,7 +808,7 @@
"column": "1",
"bodyfile": "fbcode/thrift/lib/cpp2/op/DeterministicAccumulator.h",
"bodystart": "252",
"bodyend": "271"
"bodyend": "272"
},
"definition": {
"simple_html": "template &lt;typename T&gt;\nvoid combine(const T&amp; val)",
Expand Down
Loading

0 comments on commit 67aa54f

Please sign in to comment.