mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
[doxygen] Fix broken groupings
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user