From 0e8999cb2f1be49f2183e9ca0b81af61374d9276 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 10 Jul 2015 13:45:33 +0200 Subject: [PATCH] Prevent unwanted line break after "i.e." in wxFontFamily docs. Escape the following space to prevent Doxygen from thinking that the period after "e" ends the brief documentation. --- interface/wx/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/font.h b/interface/wx/font.h index 459ca71dfd..2f7ca100b4 100644 --- a/interface/wx/font.h +++ b/interface/wx/font.h @@ -28,7 +28,7 @@ enum wxFontFamily /// between @c wxFONTFAMILY_MODERN and @c wxFONTFAMILY_TELETYPE. wxFONTFAMILY_MODERN = wxMODERN, - /// A teletype (i.e. monospaced) font. + /// A teletype (i.e.\ monospaced) font. /// Monospace fonts have a fixed width like typewriters and often have strong angular /// or block serifs. Monospace font faces are often used code samples and have a simple, /// functional font style.