Skip to content

Commit

Permalink
Some adjustment to the edges in the fig
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Sep 2, 2024
1 parent 447337a commit e3d4330
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/pages/userdocs/read.dox
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@
* { rank=same; NWBFile; }
*
* Container -> ReadDatasetWrapper [label="create"];
* ReadDatasetWrapper -> DataBlockGeneric [label="return data"];
* ReadDatasetWrapper -> DataBlock [label="return data"];
* ReadDatasetWrapper -> HDF5IO [label="get data as DataBlockGeneric"];
* ReadDatasetWrapper -> DataBlockGeneric [label="return\ndata"];
* ReadDatasetWrapper -> DataBlock [label="return\ndata"];
* DataBlock -> DataBlockGeneric [label="created\nfrom"];
* ReadDatasetWrapper -> HDF5IO [label="call readDataset"];
* HDF5IO -> NWBFile [label="read data"];
* }
* @enddot
Expand Down

0 comments on commit e3d4330

Please sign in to comment.