From 89bc31d703e5bbbd4e160d3f1605ad85836dc1c8 Mon Sep 17 00:00:00 2001 From: Duy-Nguyen Ta Date: Fri, 10 Mar 2017 23:28:26 -0500 Subject: [PATCH] fix comment --- wrap/wrap.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wrap/wrap.cpp b/wrap/wrap.cpp index 7ac70a1bf..fe17e1c66 100644 --- a/wrap/wrap.cpp +++ b/wrap/wrap.cpp @@ -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,