More fine-tuning of documentation

release/4.3a0
Frank Dellaert 2011-11-04 04:27:13 +00:00
parent 9db83d5dad
commit 4cab1e6722
4 changed files with 0 additions and 4 deletions

View File

@ -32,7 +32,6 @@ void Class::matlab_proxy(const string& classFile) {
if(verbose_) cerr << "generating " << classFile << endl;
// emit class proxy code
emit_header_comment(ofs,"%");
ofs << "classdef " << name << endl;
ofs << " properties" << endl;
ofs << " self = 0" << endl;

View File

@ -1,4 +1,3 @@
% automatically generated by wrap on 2011-Oct-31
classdef Point2
properties
self = 0

View File

@ -1,4 +1,3 @@
% automatically generated by wrap on 2011-Oct-31
classdef Point3
properties
self = 0

View File

@ -1,4 +1,3 @@
% automatically generated by wrap on 2011-Oct-31
classdef Test
properties
self = 0