Skip to content

Commit

Permalink
Update docsite for 24.lts (#853)
Browse files Browse the repository at this point in the history
b/286653238
  • Loading branch information
oxve authored Jul 12, 2023
1 parent aa2bf10 commit 0860ba6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 539 deletions.
4 changes: 2 additions & 2 deletions cobalt/site/docs/gen/cobalt/doc/cvals.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Here are examples of its usage:

#### PublicCVals

* **Count.DOM.EventListeners** - The total number of EventListeners in
* **Count.WEB.EventListeners** - The total number of EventListeners in
existence globally. This includes ones that are pending garbage collection.
* **Count.DOM.Nodes** - The total number of Nodes in existence globally. This
includes ones that are pending garbage collection.
Expand All @@ -95,7 +95,7 @@ Here are examples of its usage:

#### DebugCVals

* **Count.DOM.ActiveJavaScriptEvents** - The number of JavaScript events that
* **Count.WEB.ActiveJavaScriptEvents** - The number of JavaScript events that
are currently running.
* **Count.DOM.Attrs** - The total number of Attrs in existence globally. This
includes ones that are pending garbage collection.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ title: "Starboard Configuration Reference Guide"

| Properties |
| :--- |
| **`SB_HAS_BILINEAR_FILTERING_SUPPORT`**<br><br>Indicates whether or not the given platform supports bilinear filtering. This can be checked to enable/disable renderer tests that verify that this is working properly.<br><br>The default value in the Stub implementation is `1` |
| **`SB_HAS_NV12_TEXTURE_SUPPORT`**<br><br>Indicates whether or not the given platform supports rendering of NV12 textures. These textures typically originate from video decoders.<br><br>The default value in the Stub implementation is `0` |
| **`SB_HAS_VIRTUAL_REALITY`**<br><br>The default value in the Stub implementation is `1` |

Expand Down
268 changes: 0 additions & 268 deletions cobalt/site/docs/reference/starboard/modules/13/speech_recognizer.md

This file was deleted.

Loading

0 comments on commit 0860ba6

Please sign in to comment.