Doxygen: Update and address warnings
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
11d7e9cf8a
commit
e419dc6914
@ -17,12 +17,8 @@
|
||||
#define USER_DEFAULT_SCREEN_DPI 96
|
||||
#endif
|
||||
|
||||
/// \addtogroup wxExtend
|
||||
/// @{
|
||||
/// \cond internal
|
||||
|
||||
///
|
||||
/// `wxPersistentDialog` kind for persistent storage
|
||||
///
|
||||
#define wxPERSIST_TLW_MONITOR_X "xmon"
|
||||
#define wxPERSIST_TLW_MONITOR_Y "ymon"
|
||||
#define wxPERSIST_TLW_MONITOR_W "wmon"
|
||||
@ -30,7 +26,6 @@
|
||||
#define wxPERSIST_TLW_DPI_HORZ "xdpi"
|
||||
#define wxPERSIST_TLW_DPI_VERT "ydpi"
|
||||
|
||||
|
||||
class wxTLWGeometryEx : public wxTLWGeometryBase
|
||||
{
|
||||
public:
|
||||
@ -339,3 +334,5 @@ private:
|
||||
static wxDynamicLibrary s_dllShCore;
|
||||
#endif
|
||||
};
|
||||
|
||||
/// \endcond
|
||||
|
Loading…
x
Reference in New Issue
Block a user