aboutsummaryrefslogtreecommitdiffstats
path: root/src/htmlTextPart.hpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-10-25 22:53:08 +0000
committerVincent Richard <[email protected]>2004-10-25 22:53:08 +0000
commit7e40a14cac6f3c2ef8a25dc6b7da3a9141f81cac (patch)
treeaf20dce110b98103a859b27642571e62f1ac16df /src/htmlTextPart.hpp
parentAdded appendAttachment(), an alias for attach(). (diff)
downloadvmime-7e40a14cac6f3c2ef8a25dc6b7da3a9141f81cac.tar.gz
vmime-7e40a14cac6f3c2ef8a25dc6b7da3a9141f81cac.zip
Fixed comment for Doxygen.
Diffstat (limited to 'src/htmlTextPart.hpp')
-rw-r--r--src/htmlTextPart.hpp2
1 files changed, 1 insertions, 1 deletions
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 <IMG> tag).
+ /** Embedded object (eg: image for &lt;IMG> tag).
*/
class embeddedObject
{