Doxygen: Update and address warnings

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2022-02-17 13:47:31 +01:00
parent 11d7e9cf8a
commit e419dc6914
2 changed files with 2668 additions and 2318 deletions

893
Doxyfile

File diff suppressed because it is too large Load Diff

View File

@ -17,12 +17,8 @@
#define USER_DEFAULT_SCREEN_DPI 96 #define USER_DEFAULT_SCREEN_DPI 96
#endif #endif
/// \addtogroup wxExtend /// \cond internal
/// @{
///
/// `wxPersistentDialog` kind for persistent storage
///
#define wxPERSIST_TLW_MONITOR_X "xmon" #define wxPERSIST_TLW_MONITOR_X "xmon"
#define wxPERSIST_TLW_MONITOR_Y "ymon" #define wxPERSIST_TLW_MONITOR_Y "ymon"
#define wxPERSIST_TLW_MONITOR_W "wmon" #define wxPERSIST_TLW_MONITOR_W "wmon"
@ -30,7 +26,6 @@
#define wxPERSIST_TLW_DPI_HORZ "xdpi" #define wxPERSIST_TLW_DPI_HORZ "xdpi"
#define wxPERSIST_TLW_DPI_VERT "ydpi" #define wxPERSIST_TLW_DPI_VERT "ydpi"
class wxTLWGeometryEx : public wxTLWGeometryBase class wxTLWGeometryEx : public wxTLWGeometryBase
{ {
public: public:
@ -339,3 +334,5 @@ private:
static wxDynamicLibrary s_dllShCore; static wxDynamicLibrary s_dllShCore;
#endif #endif
}; };
/// \endcond