From f81e73b9b1804e14a6bbabbe9f01a1df712b1f5b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 11 May 2022 02:32:22 +0200 Subject: [PATCH] Document that wxUSE_NANOSVG is available starting in 3.1.7 only Don't bother repeating it for wxUSE_NANOSVG_EXTERNAL as it should be clear enough that this option doesn't make sense without wxUSE_NANOSVG anyhow. --- docs/doxygen/mainpages/const_wxusedef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/mainpages/const_wxusedef.h b/docs/doxygen/mainpages/const_wxusedef.h index acd63997ea..b3ed6b77b9 100644 --- a/docs/doxygen/mainpages/const_wxusedef.h +++ b/docs/doxygen/mainpages/const_wxusedef.h @@ -177,7 +177,7 @@ library: @itemdef{wxUSE_MINIFRAME, Use wxMiniFrame class.} @itemdef{wxUSE_MOUSEWHEEL, Support mouse wheel events.} @itemdef{wxUSE_MSGDLG, Use wxMessageDialog class and wxMessageBox function.} -@itemdef{wxUSE_NANOSVG, Use NanoSVG for rasterizing SVG.} +@itemdef{wxUSE_NANOSVG, Use NanoSVG for rasterizing SVG (this option is new since wxWidgets 3.1.7).} @itemdef{wxUSE_NANOSVG_EXTERNAL, Use an external NanoSVG library when wxUSE_NANOSVG is enabled.} @itemdef{wxUSE_NANOSVG_EXTERNAL_ENABLE_IMPL, When the external NanoSVG library is header only, define this to enable its implementation.} @itemdef{wxUSE_NATIVE_DATAVIEWCTRL, Use native wxDataViewCtrl class (this option is new since wxWidgets 3.1.4).}