Comments only

release/4.3a0
Alex Cunningham 2013-02-14 20:42:16 +00:00
parent e1b95f2fd0
commit f8c42ddd52
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ struct Module {
/// MATLAB code generation: /// MATLAB code generation:
void matlab_code( void matlab_code(
const std::string& path, const std::string& path,
const std::string& headerPath) const; const std::string& headerPath) const; // FIXME: headerPath not actually used?
void finish_wrapper(FileWriter& file, const std::vector<std::string>& functionNames) const; void finish_wrapper(FileWriter& file, const std::vector<std::string>& functionNames) const;