[doxygen] Fix broken groupings

This commit is contained in:
Mat Sutcliffe
2020-08-01 19:08:08 +01:00
parent faf7f2a2cf
commit 2ae0352e75
115 changed files with 474 additions and 248 deletions

View File

@@ -70,7 +70,8 @@ typedef HRESULT(__stdcall *PfnSimConnect_SetObserverLookAt)(HANDLE, const char *
#endif
//! The SimConnect Symbols
//! \private @{
//! \private
//! @{
struct SimConnectSymbols
{
PfnSimConnect_Open SimConnect_Open = nullptr;
@@ -113,7 +114,7 @@ struct SimConnectSymbols
PfnSimConnect_CloseView SimConnect_CloseView = nullptr;
#endif
};
//! @ }
//! @}
static SimConnectSymbols gSymbols;