From 3b1ce3bb727221d459fa3d530619e4f372dd2dad Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 5 Jan 2014 16:39:21 +0100 Subject: [PATCH] Fix a Doxygen style issue. The issue was found by Clang 3.4. --- src/text.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text.hpp b/src/text.hpp index 13aaa55afc4..43ea27287b7 100644 --- a/src/text.hpp +++ b/src/text.hpp @@ -228,7 +228,7 @@ private: * Values less or equal to 0 mean no maximum and are internally stored as * -1, since that's the value pango uses for it. * - * @see @ref characters_per_line_. + * See @ref characters_per_line_. */ int maximum_width_;