Skip to content

Commit f353069

Browse files
authored
Merge pull request #636 from JuliaRobotics/docs/20Q3/dataCRUDmethods
List all methods for data CRUD in docs
2 parents e99f40d + a8310f6 commit f353069

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/DataBlobs/services/DataEntryBlob.jl

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,34 +46,38 @@ function listDataBlobs end
4646
##==============================================================================
4747

4848
"""
49-
$(SIGNATURES)
5049
Get the data entry and blob for the specified blobstore or dfg retured as a tuple.
5150
Related
5251
[`getDataEntry`](@ref)
52+
53+
$(METHODLIST)
5354
"""
5455
function getData end
5556

5657
"""
57-
$(SIGNATURES)
5858
Add a data Entry and Blob to a distributed factor graph or BlobStore.
5959
Related
6060
[`addDataEntry!`](@ref)
61+
62+
$(METHODLIST)
6163
"""
6264
function addData! end
6365

6466
"""
65-
$(SIGNATURES)
6667
Update a data entry or blob to the blob store or dfg.
6768
Related
6869
[`updateDataEntry!`](@ref)
70+
71+
$(METHODLIST)
6972
"""
7073
function updateData! end
7174

7275
"""
73-
$(SIGNATURES)
7476
Delete a data entry and blob from the blob store or dfg.
7577
Related
7678
[`deleteDataEntry!`](@ref)
79+
80+
$(METHODLIST)
7781
"""
7882
function deleteData! end
7983

0 commit comments

Comments
 (0)