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: ![LogCameraCpp](https://user-images.githubusercontent.com/37628108/104732400-2e6bb700-570b-11eb-8e71-7dcc76a017c6.png) If the...

Documentation