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;
|
||||
|
||||
// emit class proxy code
|
||||
emit_header_comment(ofs,"%");
|
||||
ofs << "classdef " << name << endl;
|
||||
ofs << " properties" << endl;
|
||||
ofs << " self = 0" << endl;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
% automatically generated by wrap on 2011-Oct-31
|
||||
classdef Point2
|
||||
properties
|
||||
self = 0
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
% automatically generated by wrap on 2011-Oct-31
|
||||
classdef Point3
|
||||
properties
|
||||
self = 0
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
% automatically generated by wrap on 2011-Oct-31
|
||||
classdef Test
|
||||
properties
|
||||
self = 0
|
||||
|
|
Loading…
Reference in New Issue