Skip to content

Commit 1a0c628

Browse files
committed
Remove completed TODOs
1 parent f1604ce commit 1a0c628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MSPLink/Kernel/MSPLink.wl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ MaxPatcherQ::usage = "MaxPatcherQ[maxpatcher] tests whether maxpatcher is a vali
1818
$SampleMaxPatcher::usage = "A sample Max patcher file";
1919

2020
MaxObject::usage = "MaxObject[assoc] represents a max object in symbolic form."
21-
MaxObjectQ::usage = "MaxObjectQ[maxobject] tests whether maxobject is a valid MaxObject." (* TODO: #7 Flesh out MaxObjectQ documentation *)
22-
MaxObjectLookup::usage = "MaxObjectLookup[maxobject, key] returns the value of key in maxobject." (* TODO: #8 Flesh out MaxObjectLookup documentation *)
21+
MaxObjectQ::usage = "MaxObjectQ[maxobject] tests whether maxobject is a valid MaxObject."
22+
MaxObjectLookup::usage = "MaxObjectLookup[maxobject, key] returns the value of key in maxobject."
2323
GetMaxObject::usage = "GetMaxObject[boxes, id] returns the max object with the given id from the list of boxes."
2424

2525
MaxPatcherGraph::usage = "MaxPatcherGraph[maxpatcher] returns a graph representation of maxpatcher."

0 commit comments

Comments
 (0)