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