From 94d93bc53c30fb3ec1d6eccea95ce57e87a61e75 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 3 Jul 2016 14:40:21 +0200 Subject: [PATCH] Describe "d" suffix in XRC more clearly Document that it has to be specified only at the end, not after each component. --- docs/doxygen/overviews/xrc_format.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/doxygen/overviews/xrc_format.h b/docs/doxygen/overviews/xrc_format.h index 6a377a7c83..cb9fa32b18 100644 --- a/docs/doxygen/overviews/xrc_format.h +++ b/docs/doxygen/overviews/xrc_format.h @@ -257,6 +257,10 @@ where x and y are integers. Either of the components (or both) may be "-1" to signify default value. As a shortcut, empty string is equivalent to "-1,-1" (= wxDefaultSize or wxDefaultPosition). +Notice that the dialog unit suffix "d" applies to both @c x and @c y if it's +specified and cannot be specified after the first component, but only at the +end. + Examples: @code 42,-1