From 747acb729f7886f271ba99e94193dbf653dd438a Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Sun, 30 May 2021 16:40:32 +0100 Subject: [PATCH] Fix docs for definitions * Missing parenthesis in the text * Use brackets when calling doxygen macro instead of parenthesis --- docs/doxygen/mainpages/const_wxusedef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doxygen/mainpages/const_wxusedef.h b/docs/doxygen/mainpages/const_wxusedef.h index b1ce1bd077..a0d797bc59 100644 --- a/docs/doxygen/mainpages/const_wxusedef.h +++ b/docs/doxygen/mainpages/const_wxusedef.h @@ -276,7 +276,7 @@ library: @itemdef{wxUSE_LIBSDL, Use SDL for wxSound implementation.} @itemdef{wxUSE_PLUGINS, See also wxUSE_LIBSDL.} @itemdef{wxUSE_UNIX, Enabled on Unix Platform.} -@itemdef(wxUSE_XTEST, Use XTest extension.} +@itemdef{wxUSE_XTEST, Use XTest extension.} @endDefList @@ -327,7 +327,7 @@ library: @itemdef{wxUSE_DC_CACHEING, cache temporary wxDC objects.} @itemdef{wxUSE_DDE_FOR_IPC, See wx/ipc.h file.} @itemdef{wxUSE_DPI_AWARE_MANIFEST, Set the DPI awareness of the application -(0=none, 1=system, 2=per-monitor. Used by CMake and when wxUSE_RC_MANIFEST is enabled.} +(0=none, 1=system, 2=per-monitor). Used by CMake and when wxUSE_RC_MANIFEST is enabled.} @itemdef{wxUSE_ENH_METAFILE, Use wxEnhMetaFile.} @itemdef{wxUSE_HOTKEY, Use wxWindow::RegisterHotKey() and wxWindow::UnregisterHotKey} @itemdef{wxUSE_INKEDIT, Use InkEdit library. Related to Tablet PCs.}