fix comment

release/4.3a0
Duy-Nguyen Ta 2017-03-10 23:28:26 -05:00
parent dc7792d350
commit 89bc31d703
1 changed files with 2 additions and 0 deletions

View File

@ -34,10 +34,12 @@ void usage() {
/**
* Top-level function to wrap a module
* @param language can be "--matlab" or "--cython"
* @param interfacePath path to where interface file lives, e.g., borg/gtsam
* @param moduleName name of the module to be generated e.g. gtsam
* @param toolboxPath path where the toolbox should be generated, e.g. borg/gtsam/build
* @param headerPath is the path to matlab.h
* @param cythonImports additional imports to include in the generated Cython pxd header file
*/
void generate_toolbox(
const string& language,