Skip to content

Commit

Permalink
change a markdown file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Oct 24, 2024
1 parent 01e4e05 commit e5f2dc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/getting-started/data-in/cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ Notably, the [`RecordingStream::log`](https://github.com/rerun-io/rerun/blob/d96
will handle any data type that implements the [`AsComponents<T>`](https://github.com/rerun-io/rerun/blob/latest/rerun_cpp/src/rerun/as_components.hpp) trait, making it easy to add your own data.
For more information on how to supply your own components see [Use custom data](../../howto/extend/custom-data.md).

TODO: test change!

### Entities & hierarchies

Note the two strings we're passing in: `"dna/structure/left"` and `"dna/structure/right"`.
Expand Down

0 comments on commit e5f2dc9

Please sign in to comment.