Alexandre Gauthier

Results 14 comments of Alexandre Gauthier

Thanks for your prompt answer, i'll give it a shot using another theme. I'm actually encountering crashes in sphinx when it reads back the generated rst sources now. Will post...

Here is the error I get: ``` Please also report this if it was a user error, so that a better error message can be provided next time. A bug...

Will experiment tomorow with doxygen parameters. Doxygen HTML output works fine, some it may be the XML that is misleading. Timing outputs: [+] Exhale: finished parsing Doxygen XML in 1...

Its is c++ but has custom macros passed to Qt moc

I don't seem to figure out why Doxygen output contains attributes of type kind="property". Here's the begining of the XML output of doxygen for the faulty file: ``` AGProject ProjectInstance...

I was able to get by adding this at the end of cpp_classes: 'property': (CMacroObject, 'macro'),

Hi, we actually never bothered to do something else than float because in Natron everything is 32bit floating point: we don't have any use case to have the Reader output...

Thanks for pinging, we'll take a look the next month when possible. For what I've read in the PR description this looks like it fills all the need we have