From bbe0ba46e2262b55cea8b6181521bd84d9172c7f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 24 Jun 2016 23:10:56 +0200 Subject: [PATCH] Fix heading of transformation matrix section in wxDC docs The first word of the section title was misinterpreted as an anchor, add a real anchor to prevent this from happening. --- interface/wx/dc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/dc.h b/interface/wx/dc.h index 05fcac33c7..ab7660a200 100644 --- a/interface/wx/dc.h +++ b/interface/wx/dc.h @@ -162,7 +162,7 @@ struct wxFontMetrics wxColour use the colour's alpha values when stroking or filling. - @section Support for Transformation Matrix + @section dc_transform_support Support for Transformation Matrix On some platforms (currently only under MSW) wxDC has support for applying an arbitrary affine transformation matrix to its coordinate system. Call