From 96e6dbf45d248ef3e419b501aa69c7f69b71a0f0 Mon Sep 17 00:00:00 2001 From: Miles Wells Date: Sat, 2 Nov 2019 12:13:55 +0200 Subject: [PATCH] Docs --- @Alyx/parseAlyxInstance.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@Alyx/parseAlyxInstance.m b/@Alyx/parseAlyxInstance.m index 3e2224a..b0c05f3 100644 --- a/@Alyx/parseAlyxInstance.m +++ b/@Alyx/parseAlyxInstance.m @@ -1,7 +1,7 @@ function [ref, AlyxInstance] = parseAlyxInstance(varargin) %PARSEALYXINSTANCE Converts input to string for UDP message and back -% [UDP_string] = DATA.PARSEALYXINSTANCE(ref, AlyxInstance) -% [ref, AlyxInstance] = DATA.PARSEALYXINSTANCE(UDP_string) +% [UDP_string] = ALYX.PARSEALYXINSTANCE(ref, AlyxInstance) +% [ref, AlyxInstance] = ALYX.PARSEALYXINSTANCE(UDP_string) % % AlyxInstance should be an Alyx object. %