-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ipopt #92
Ipopt #92
Conversation
* A moved-from pagmo::ipopt is destructible and assignable. Any other operation will result | ||
* in undefined behaviour. | ||
* | ||
* .. note:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we were using the syntax **NOTE**
for doxygen .... are switching to this one? or its th rst embed instruction above that makes the diff?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At one point I realised it's possible to embed sphinx syntax into doxygen with the construct above. It's a bit more cumbersome and, of course, looks like shit in the doxygen output, but renders much better in sphinx.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good to know ... we may as well then then change all NOTE to this format ...
include/pagmo/algorithms/ipopt.hpp
Outdated
} | ||
/// Thread safety level. | ||
/** | ||
* According to the documentation, it is not safe to use Ipopt in a multithreaded environment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to Ipopt official documentation
No description provided.