You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
struct Foo
{
bool m_HasCounter : 1; ///< doxygen cmt line 1
- ///< doxygen cmt line 2+ ///< doxygen cmt line 2
bool m_IsIndirectData : 1; ///< other doxygen cmt
bool m_IsInitialized : 1;
bool m_OwnsComputeBufferID : 1; ///< and another
- ///< another line 1- ///< another line 2+ ///< another line 1+ ///< another line 2
};
it would be nice if we didn't changed that.
The text was updated successfully, but these errors were encountered:
it would be nice if we didn't changed that.
The text was updated successfully, but these errors were encountered: