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
wilder-work
Adriaan de Groot 21 years ago
parent d71fc74b11
commit 0a12537d40
  1. 4
      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().

Loading…
Cancel
Save