Bernard Lefebvre
Results
2
issues of
Bernard Lefebvre
Several API functions are taking const char * parameters. They are often exposed to Python with: .def("function", &Class::function, "parameter"_a) This is working fine, when used in python, the parameter type...
good first issue
Help Wanted
In C++ headers, when comment names another API class the produced documentation does create a link to that class documentation. For instance, LogCameraTransform does reffer to LogAffineTransform:  If the...
Documentation