More fine-tuning of documentation
parent
9db83d5dad
commit
4cab1e6722
|
@ -32,7 +32,6 @@ void Class::matlab_proxy(const string& classFile) {
|
||||||
if(verbose_) cerr << "generating " << classFile << endl;
|
if(verbose_) cerr << "generating " << classFile << endl;
|
||||||
|
|
||||||
// emit class proxy code
|
// emit class proxy code
|
||||||
emit_header_comment(ofs,"%");
|
|
||||||
ofs << "classdef " << name << endl;
|
ofs << "classdef " << name << endl;
|
||||||
ofs << " properties" << endl;
|
ofs << " properties" << endl;
|
||||||
ofs << " self = 0" << endl;
|
ofs << " self = 0" << endl;
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
% automatically generated by wrap on 2011-Oct-31
|
|
||||||
classdef Point2
|
classdef Point2
|
||||||
properties
|
properties
|
||||||
self = 0
|
self = 0
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
% automatically generated by wrap on 2011-Oct-31
|
|
||||||
classdef Point3
|
classdef Point3
|
||||||
properties
|
properties
|
||||||
self = 0
|
self = 0
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
% automatically generated by wrap on 2011-Oct-31
|
|
||||||
classdef Test
|
classdef Test
|
||||||
properties
|
properties
|
||||||
self = 0
|
self = 0
|
||||||
|
|
Loading…
Reference in New Issue