From 0a12537d40b4bd3c0037285685e50f47b28a0a01 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 10 Jun 2005 21:39:25 +0000 Subject: [PATCH] Very minor dox tweaks; KDE dox don't have \reimp (but perhaps they should -- I will have to sit down to define a suggested KDE dox style at some point), and @em foo @see confuses doxygen's parser. svn path=/trunk/KDE/kdepim/; revision=424128 --- interfaces/htmlwriter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/htmlwriter.h b/interfaces/htmlwriter.h index b007692a7..5858eb585 100644 --- a/interfaces/htmlwriter.h +++ b/interfaces/htmlwriter.h @@ -89,8 +89,8 @@ namespace KMail { * * You may combine the two modes in the following way only. Any * number of @see #write() calls can precede @see #queue() calls, - * but once a chunk has been queued, you @em must @em not @see - * #write() more data, only @see #queue() it. + * but once a chunk has been queued, you @em must @em not + * @see #write() more data, only @see #queue() it. * * Naturally, whenever you queued data in a given session, that * session must be ended by calling @see #flush(), not @see #end().