From 7e40a14cac6f3c2ef8a25dc6b7da3a9141f81cac Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 25 Oct 2004 22:53:08 +0000 Subject: [PATCH] Fixed comment for Doxygen. --- src/htmlTextPart.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/htmlTextPart.hpp b/src/htmlTextPart.hpp index 777bfcae..cd45562c 100644 --- a/src/htmlTextPart.hpp +++ b/src/htmlTextPart.hpp @@ -54,7 +54,7 @@ public: const contentHandler& getText() const; void setText(const contentHandler& text); - /** Embedded object (eg: image for tag). + /** Embedded object (eg: image for <IMG> tag). */ class embeddedObject {