Skip to content

Commit 23f3594

Browse files
committed
[Matlab] Add basic nix.Tag documentation
- documentation for the Tag entity. - rename addFeature to createFeature since it is an actual create method. - update addFeature tests. - rename removeFeature to deleteFeature since it is an actual delete method. - update removeFeature tests.
1 parent 38369e3 commit 23f3594

File tree

4 files changed

+356
-79
lines changed

4 files changed

+356
-79
lines changed

+nix/Group.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
end
116116

117117
function [] = addDataArray(obj, idNameEntity)
118-
% Add a nix.DataArray to referenced list of the invoking Group.
118+
% Add a nix.DataArray to the referenced list of the invoking Group.
119119
%
120120
% idNameEntity (char/nix.DataArray): The id or name of an existing DataArray,
121121
% or a valid nix.DataArray entity.

0 commit comments

Comments
 (0)