diff --git a/wrap/tests/expected/@Point3/norm.m b/wrap/tests/expected/@Point3/norm.m index 4269347e8..ad925e85d 100644 --- a/wrap/tests/expected/@Point3/norm.m +++ b/wrap/tests/expected/@Point3/norm.m @@ -1,5 +1,4 @@ -% automatically generated by wrap +% result = obj.norm() function result = norm(obj) -% usage: obj.norm() error('need to compile norm.cpp'); end diff --git a/wrap/tests/expected/@Test/print.m b/wrap/tests/expected/@Test/print.m index a39033a1e..ca6bf4769 100644 --- a/wrap/tests/expected/@Test/print.m +++ b/wrap/tests/expected/@Test/print.m @@ -1,5 +1,4 @@ -% automatically generated by wrap +% result = obj.print() function result = print(obj) -% usage: obj.print() error('need to compile print.cpp'); end diff --git a/wrap/tests/expected_namespaces/@ns2ClassA/memberFunction.m b/wrap/tests/expected_namespaces/@ns2ClassA/memberFunction.m index 90a9ed918..41587c2bc 100644 --- a/wrap/tests/expected_namespaces/@ns2ClassA/memberFunction.m +++ b/wrap/tests/expected_namespaces/@ns2ClassA/memberFunction.m @@ -1,5 +1,4 @@ -% automatically generated by wrap +% result = obj.memberFunction() function result = memberFunction(obj) -% usage: obj.memberFunction() error('need to compile memberFunction.cpp'); end diff --git a/wrap/tests/expected_namespaces/@ns2ClassA/nsArg.m b/wrap/tests/expected_namespaces/@ns2ClassA/nsArg.m index e57701feb..1e3f5865d 100644 --- a/wrap/tests/expected_namespaces/@ns2ClassA/nsArg.m +++ b/wrap/tests/expected_namespaces/@ns2ClassA/nsArg.m @@ -1,5 +1,4 @@ -% automatically generated by wrap +% result = obj.nsArg(arg) function result = nsArg(obj,arg) -% usage: obj.nsArg(arg) error('need to compile nsArg.cpp'); end diff --git a/wrap/tests/expected_namespaces/@ns2ClassA/nsReturn.m b/wrap/tests/expected_namespaces/@ns2ClassA/nsReturn.m index c16b1c33f..f1f74b614 100644 --- a/wrap/tests/expected_namespaces/@ns2ClassA/nsReturn.m +++ b/wrap/tests/expected_namespaces/@ns2ClassA/nsReturn.m @@ -1,5 +1,4 @@ -% automatically generated by wrap +% result = obj.nsReturn(q) function result = nsReturn(obj,q) -% usage: obj.nsReturn(q) error('need to compile nsReturn.cpp'); end