diff --git a/interfaces/htmlwriter.h b/interfaces/htmlwriter.h index 9b36c85cf..3621038b0 100644 --- a/interfaces/htmlwriter.h +++ b/interfaces/htmlwriter.h @@ -109,7 +109,7 @@ namespace KMail { virtual void flush() = 0; /** - * Embed a part with Content-ID @contentId, using url @url. + * Embed a part with Content-ID @p contentId, using url @p url. */ virtual void embedPart( const QCString & contentId, const QString & url ) = 0; };