X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de03c7fec1d27e607136fa0b8c4680799079c3a9..b09857ae000a60704207d63290be937584805fb0:/interface/wx/gdicmn.h diff --git a/interface/wx/gdicmn.h b/interface/wx/gdicmn.h index 52a0fffe84..12daa92904 100644 --- a/interface/wx/gdicmn.h +++ b/interface/wx/gdicmn.h @@ -954,9 +954,8 @@ public: void Set(int width, int height); /** - Combine this size object with another one replacing the default (i.e. - equal to -1) components of this object with those of the other. It is - typically used like this: + Combine this size object with another one replacing the default (i.e.\ equal to -1) + components of this object with those of the other. It is typically used like this: @code if ( !size.IsFullySpecified() )