Fix formatting in wxDisplay::GetPPI() documentation

Avoid putting wxSize(0,0) on two lines.
This commit is contained in:
Vadim Zeitlin 2023-04-12 17:02:07 +02:00
parent 0fc251bfca
commit bc3acf429e

View file

@ -136,8 +136,7 @@ public:
Horizontal and vertical resolution are returned in @c x and @c y
components of the wxSize object respectively.
If the resolution information is not available, returns @code wxSize(0,
0) @endcode.
If the resolution information is not available, returns `wxSize(0, 0)`.
@since 3.1.2
*/