EventMonitor Doxygen documentation update
This commit is contained in:
@@ -19,8 +19,10 @@
|
||||
*/
|
||||
|
||||
///
|
||||
/// EventMonitor application
|
||||
/// \defgroup EventMonitor Event Monitor
|
||||
/// Real-time log of application events
|
||||
///
|
||||
|
||||
class wxEventMonitorApp;
|
||||
|
||||
#pragma once
|
||||
@@ -32,6 +34,12 @@ class wxEventMonitorApp;
|
||||
#include <wx/intl.h>
|
||||
|
||||
|
||||
/// \addtogroup EventMonitor
|
||||
/// @{
|
||||
|
||||
///
|
||||
/// EventMonitor application
|
||||
///
|
||||
class wxEventMonitorApp : public wxApp
|
||||
{
|
||||
public:
|
||||
@@ -57,4 +65,6 @@ public:
|
||||
wxLocale m_locale; ///< Current locale
|
||||
};
|
||||
|
||||
/// @}
|
||||
|
||||
wxDECLARE_APP(wxEventMonitorApp);
|
||||
|
Reference in New Issue
Block a user