PySCIPOpt
PySCIPOpt copied to clipboard
Doxygen didn't document Model.__init__
For some reason, the documentation for Model.__init__ is not in Doxygen docs, or at least not in the place one would expect it to be.
Good catch! Most likely, we need to change this line in docs/doxy
:
EXTRACT_ALL = NO
I have tried this but the documentation is still not complete.
@fschloesser , is this issue still unresolved? I don't think there's anything wrong with the documentation for Model.init as it is now.
It is there https://scipopt.github.io/PySCIPOpt/docs/html/classpyscipopt_1_1scip_1_1Model.html#aa05cc56b479fcbbde7af732e4dbd2dc0 , and where would you expect to find this?
It's exactly where I would expect it, @fschloesser , I was just making sure that the issue was already solved and so it could be closed :)