Skip to content

Commit

Permalink
Remove completed TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
dishmint committed Aug 12, 2023
1 parent f1604ce commit 1a0c628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MSPLink/Kernel/MSPLink.wl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ MaxPatcherQ::usage = "MaxPatcherQ[maxpatcher] tests whether maxpatcher is a vali
$SampleMaxPatcher::usage = "A sample Max patcher file";

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

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

0 comments on commit 1a0c628

Please sign in to comment.