CppSharp
CppSharp copied to clipboard
A C++ key-word in a comment not mapped and not fully removed in the C# XML comment
trafficstars
Our test comment of:
/*! @brief Destroys the specified window and its context.
*
* This function destroys the specified window and its context. On calling
* this function, no further callbacks will be called for that window.
*
* If the context of the specified window is current on the main thread, it is
* detached before being destroyed.
*
* @param[in] window The window to destroy.
*
* @note The context of the specified window must not be current on any other
* thread when this function is called.
*
* @reentrancy This function must not be called from a callback.
*
* @thread_safety This function must only be called from the main thread.
*
* @since Added in version 3.0. Replaces `glfwCloseWindow`.
*/
ends up with the string _safety starting its second to last line. This should be removed unless the entire element of thread_safety has an equivalent in the C# XML documentation.